Html Css Color HEX #CBB53A Old Gold

📋 copy color: '#CBB53A'

red 203 ◦ green 181 ◦ blue 58

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

Shades of Old Gold #CBB53A

Tints of Old Gold #CBB53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 45.93%
G = 40.95%
B = 13.12%

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

#CBB53A (or 0xCBB53A) is known color: Old Gold. HEX triplet: CB, B5 and 3A. RGB value is (203,181,58). Sum of RGB (Red+Green+Blue) = 203+181+58=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB53A is #344AC5. Grayscale: #AEAEAE. Windows color (decimal): -3427014 or 3847627. OLE color: 3847627.

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

Color convert

RGB 203 181 58 -
CMYK 0 0.11 0.71 0.20
HSL 50.9º 0.58% 0.51% -
HSV(B) 50.9º 0.71% 0.8% -
XYZ 41.92 46.05 10.68 -
YUV 173.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 203 181 58 0 0.11 0.71 0.20 50.9 0.58 0.51
Hex CB B5 3A 0 B 47 14 33 3A 33
Octal 313 265 72 0 13 107 24 63 72 63
Binary 11001011 10110101 111010 0 1011 1000111 10100 110011 111010 110011

Color Harmonies of #CBB53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB53A

Black with #CBB53A

Text Example


Text Example

White with #CBB53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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