Html Css Color HEX #CBB53B Old Gold

📋 copy color: '#CBB53B'

red 203 ◦ green 181 ◦ blue 59

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

Shades of Old Gold #CBB53B

Tints of Old Gold #CBB53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.32%

R = 45.82%
G = 40.86%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBB53B (or 0xCBB53B) is known color: Old Gold. HEX triplet: CB, B5 and 3B. RGB value is (203,181,59). Sum of RGB (Red+Green+Blue) = 203+181+59=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB53B is #344AC4. Grayscale: #AEAEAE. Windows color (decimal): -3427013 or 3913163. OLE color: 3913163.

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

Color convert

RGB 203 181 59 -
CMYK 0 0.11 0.71 0.20
HSL 50.83º 0.58% 0.51% -
HSV(B) 50.83º 0.71% 0.8% -
XYZ 41.94 46.06 10.82 -
YUV 173.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 203 181 59 0 0.11 0.71 0.20 50.83 0.58 0.51
Hex CB B5 3B 0 B 47 14 33 3A 33
Octal 313 265 73 0 13 107 24 63 72 63
Binary 11001011 10110101 111011 0 1011 1000111 10100 110011 111010 110011

Color Harmonies of #CBB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB53B

Black with #CBB53B

Text Example


Text Example

White with #CBB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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