Html Css Color HEX #CBB52E Old Gold

📋 copy color: '#CBB52E'

red 203 ◦ green 181 ◦ blue 46

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

Shades of Old Gold #CBB52E

Tints of Old Gold #CBB52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.7%

R = 47.21%
G = 42.09%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBB52E (or 0xCBB52E) is known color: Old Gold. HEX triplet: CB, B5 and 2E. RGB value is (203,181,46). Sum of RGB (Red+Green+Blue) = 203+181+46=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB52E is #344AD1. Grayscale: #ACACAC. Windows color (decimal): -3427026 or 3061195. OLE color: 3061195.

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

Color convert

RGB 203 181 46 -
CMYK 0 0.11 0.77 0.20
HSL 51.59º 0.63% 0.49% -
HSV(B) 51.59º 0.77% 0.8% -
XYZ 41.65 45.94 9.26 -
YUV 172.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 203 181 46 0 0.11 0.77 0.20 51.59 0.63 0.49
Hex CB B5 2E 0 B 4D 14 34 3F 31
Octal 313 265 56 0 13 115 24 64 77 61
Binary 11001011 10110101 101110 0 1011 1001101 10100 110100 111111 110001

Color Harmonies of #CBB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB52E

Black with #CBB52E

Text Example


Text Example

White with #CBB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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