Html Css Color HEX #CBB541 Old Gold

📋 copy color: '#CBB541'

red 203 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #CBB541

Tints of Old Gold #CBB541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.48%

R = 45.21%
G = 40.31%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB541 (or 0xCBB541) is known color: Old Gold. HEX triplet: CB, B5 and 41. RGB value is (203,181,65). Sum of RGB (Red+Green+Blue) = 203+181+65=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB541 is #344ABE. Grayscale: #AEAEAE. Windows color (decimal): -3427007 or 4306379. OLE color: 4306379.

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

Color convert

RGB 203 181 65 -
CMYK 0 0.11 0.68 0.20
HSL 50.43º 0.57% 0.53% -
HSV(B) 50.43º 0.68% 0.8% -
XYZ 42.11 46.13 11.68 -
YUV 174.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 203 181 65 0 0.11 0.68 0.20 50.43 0.57 0.53
Hex CB B5 41 0 B 44 14 32 39 35
Octal 313 265 101 0 13 104 24 62 71 65
Binary 11001011 10110101 1000001 0 1011 1000100 10100 110010 111001 110101

Color Harmonies of #CBB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB541

Black with #CBB541

Text Example


Text Example

White with #CBB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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