Html Css Color HEX #CBB645 Old Gold

📋 copy color: '#CBB645'

red 203 ◦ green 182 ◦ blue 69

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

Shades of Old Gold #CBB645

Tints of Old Gold #CBB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

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

R = 44.71%
G = 40.09%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBB645 (or 0xCBB645) is known color: Old Gold. HEX triplet: CB, B6 and 45. RGB value is (203,182,69). Sum of RGB (Red+Green+Blue) = 203+182+69=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB645 is #3449BA. Grayscale: #AFAFAF. Windows color (decimal): -3426747 or 4568779. OLE color: 4568779.

HSL color Cylindrical-coordinate representation of color #CBB645: hue angle of 50.6º 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 #CBB645 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 69 -
CMYK 0 0.10 0.66 0.20
HSL 50.6º 0.56% 0.53% -
HSV(B) 50.6º 0.66% 0.8% -
XYZ 42.43 46.58 12.39 -
YUV 175.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 203 182 69 0 0.10 0.66 0.20 50.6 0.56 0.53
Hex CB B6 45 0 A 42 14 33 38 35
Octal 313 266 105 0 12 102 24 63 70 65
Binary 11001011 10110110 1000101 0 1010 1000010 10100 110011 111000 110101

Color Harmonies of #CBB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB645

Black with #CBB645

Text Example


Text Example

White with #CBB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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