Html Css Color HEX #CBB045 Old Gold

📋 copy color: '#CBB045'

red 203 ◦ green 176 ◦ blue 69

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

Shades of Old Gold #CBB045

Tints of Old Gold #CBB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 45.31%
G = 39.29%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBB045 (or 0xCBB045) is known color: Old Gold. HEX triplet: CB, B0 and 45. RGB value is (203,176,69). Sum of RGB (Red+Green+Blue) = 203+176+69=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB045 is #344FBA. Grayscale: #ACACAC. Windows color (decimal): -3428283 or 4567243. OLE color: 4567243.

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

Color convert

RGB 203 176 69 -
CMYK 0 0.13 0.66 0.20
HSL 47.91º 0.56% 0.53% -
HSV(B) 47.91º 0.66% 0.8% -
XYZ 41.23 44.18 11.98 -
YUV 171.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 203 176 69 0 0.13 0.66 0.20 47.91 0.56 0.53
Hex CB B0 45 0 D 42 14 30 38 35
Octal 313 260 105 0 15 102 24 60 70 65
Binary 11001011 10110000 1000101 0 1101 1000010 10100 110000 111000 110101

Color Harmonies of #CBB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB045

Black with #CBB045

Text Example


Text Example

White with #CBB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB045; }

 p { color: rgb(203,176,69); }

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

background-color css

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

 a { background-color: rgb(203,176,69); }

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

border-color css

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

 span { border-color: rgb(203,176,69); }

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