Html Css Color HEX #CBB83E Old Gold

📋 copy color: '#CBB83E'

red 203 ◦ green 184 ◦ blue 62

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

Shades of Old Gold #CBB83E

Tints of Old Gold #CBB83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 45.21%
G = 40.98%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBB83E (or 0xCBB83E) is known color: Old Gold. HEX triplet: CB, B8 and 3E. RGB value is (203,184,62). Sum of RGB (Red+Green+Blue) = 203+184+62=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB83E is #3447C1. Grayscale: #B0B0B0. Windows color (decimal): -3426242 or 4110539. OLE color: 4110539.

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

Color convert

RGB 203 184 62 -
CMYK 0 0.09 0.69 0.20
HSL 51.91º 0.58% 0.52% -
HSV(B) 51.91º 0.69% 0.8% -
XYZ 42.64 47.33 11.44 -
YUV 175.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 203 184 62 0 0.09 0.69 0.20 51.91 0.58 0.52
Hex CB B8 3E 0 9 45 14 34 3A 34
Octal 313 270 76 0 11 105 24 64 72 64
Binary 11001011 10111000 111110 0 1001 1000101 10100 110100 111010 110100

Color Harmonies of #CBB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB83E

Black with #CBB83E

Text Example


Text Example

White with #CBB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB83E; }

 p { color: rgb(203,184,62); }

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

background-color css

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

 a { background-color: rgb(203,184,62); }

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

border-color css

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

 span { border-color: rgb(203,184,62); }

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