Html Css Color HEX #CBB736 Old Gold

📋 copy color: '#CBB736'

red 203 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #CBB736

Tints of Old Gold #CBB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 54 (21.48% from 255) = 12.27%

R = 46.14%
G = 41.59%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB736 (or 0xCBB736) is known color: Old Gold. HEX triplet: CB, B7 and 36. RGB value is (203,183,54). Sum of RGB (Red+Green+Blue) = 203+183+54=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB736 is #3448C9. Grayscale: #AEAEAE. Windows color (decimal): -3426506 or 3585995. OLE color: 3585995.

HSL color Cylindrical-coordinate representation of color #CBB736: hue angle of 51.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBB736 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 54 -
CMYK 0 0.10 0.73 0.20
HSL 51.95º 0.59% 0.5% -
HSV(B) 51.95º 0.73% 0.8% -
XYZ 42.23 46.83 10.3 -
YUV 174.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 203 183 54 0 0.10 0.73 0.20 51.95 0.59 0.5
Hex CB B7 36 0 A 49 14 34 3B 32
Octal 313 267 66 0 12 111 24 64 73 62
Binary 11001011 10110111 110110 0 1010 1001001 10100 110100 111011 110010

Color Harmonies of #CBB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB736

Black with #CBB736

Text Example


Text Example

White with #CBB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB736; }

 p { color: rgb(203,183,54); }

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

background-color css

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

 a { background-color: rgb(203,183,54); }

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

border-color css

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

 span { border-color: rgb(203,183,54); }

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