Html Css Color HEX #CBB543 Old Gold

📋 copy color: '#CBB543'

red 203 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #CBB543

Tints of Old Gold #CBB543

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

 BLUE value IS 67 (26.56% from 255) = 14.86%

R = 45.01%
G = 40.13%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB543 (or 0xCBB543) is known color: Old Gold. HEX triplet: CB, B5 and 43. RGB value is (203,181,67). Sum of RGB (Red+Green+Blue) = 203+181+67=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB543 is #344ABC. Grayscale: #AFAFAF. Windows color (decimal): -3427005 or 4437451. OLE color: 4437451.

HSL color Cylindrical-coordinate representation of color #CBB543: hue angle of 50.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBB543 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 67 -
CMYK 0 0.11 0.67 0.20
HSL 50.29º 0.57% 0.53% -
HSV(B) 50.29º 0.67% 0.8% -
XYZ 42.17 46.15 12 -
YUV 174.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 203 181 67 0 0.11 0.67 0.20 50.29 0.57 0.53
Hex CB B5 43 0 B 43 14 32 39 35
Octal 313 265 103 0 13 103 24 62 71 65
Binary 11001011 10110101 1000011 0 1011 1000011 10100 110010 111001 110101

Color Harmonies of #CBB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB543

Black with #CBB543

Text Example


Text Example

White with #CBB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB543; }

 p { color: rgb(203,181,67); }

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

background-color css

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

 a { background-color: rgb(203,181,67); }

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

border-color css

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

 span { border-color: rgb(203,181,67); }

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