Html Css Color HEX #CBB92E Old Gold

📋 copy color: '#CBB92E'

red 203 ◦ green 185 ◦ blue 46

#CBB92E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CBB92E

Tints of Old Gold #CBB92E

RGB

 RED value IS 203 (79.69% from 255) = 46.77%

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 46.77%
G = 42.63%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBB92E (or 0xCBB92E) is known color: Old Gold. HEX triplet: CB, B9 and 2E. RGB value is (203,185,46). Sum of RGB (Red+Green+Blue) = 203+185+46=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB92E is #3446D1. Grayscale: #AFAFAF. Windows color (decimal): -3426002 or 3062219. OLE color: 3062219.

HSL color Cylindrical-coordinate representation of color #CBB92E: hue angle of 53.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB92E is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 46 -
CMYK 0 0.09 0.77 0.20
HSL 53.12º 0.63% 0.49% -
HSV(B) 53.12º 0.77% 0.8% -
XYZ 42.47 47.59 9.53 -
YUV 174.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 203 185 46 0 0.09 0.77 0.20 53.12 0.63 0.49
Hex CB B9 2E 0 9 4D 14 35 3F 31
Octal 313 271 56 0 11 115 24 65 77 61
Binary 11001011 10111001 101110 0 1001 1001101 10100 110101 111111 110001

Color Harmonies of #CBB92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB92E

Black with #CBB92E

Text Example


Text Example

White with #CBB92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB92E; }

 p { color: rgb(203,185,46); }

 H1.HeaderClassName
 {
   color: #CBB92E;
 }
 .AnyTagClassName
 {
   color: #CBB92E;
 }
</style>

background-color css

<style>
 a { background-color: #CBB92E; }

 a { background-color: rgb(203,185,46); }

 div.DivClassName
 {
   background-color: #CBB92E;
 }
 .BgClassName
 {
   background-color: #CBB92E;
 }
</style>

border-color css

<style>
 span { border-color: #CBB92E; }

 span { border-color: rgb(203,185,46); }

 td.TdClassName
 {
   border-color: #CBB92E;
 }
 .TagClassName
 {
   border-color: #CBB92E;
 }
</style>