Html Css Color HEX #CBB845 Old Gold

📋 copy color: '#CBB845'

red 203 ◦ green 184 ◦ blue 69

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

Shades of Old Gold #CBB845

Tints of Old Gold #CBB845

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 44.52%
G = 40.35%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBB845 (or 0xCBB845) is known color: Old Gold. HEX triplet: CB, B8 and 45. RGB value is (203,184,69). Sum of RGB (Red+Green+Blue) = 203+184+69=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB845 is #3447BA. Grayscale: #B1B1B1. Windows color (decimal): -3426235 or 4569291. OLE color: 4569291.

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

Color convert

RGB 203 184 69 -
CMYK 0 0.09 0.66 0.20
HSL 51.49º 0.56% 0.53% -
HSV(B) 51.49º 0.66% 0.8% -
XYZ 42.84 47.41 12.52 -
YUV 176.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 203 184 69 0 0.09 0.66 0.20 51.49 0.56 0.53
Hex CB B8 45 0 9 42 14 33 38 35
Octal 313 270 105 0 11 102 24 63 70 65
Binary 11001011 10111000 1000101 0 1001 1000010 10100 110011 111000 110101

Color Harmonies of #CBB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB845

Black with #CBB845

Text Example


Text Example

White with #CBB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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