Html Css Color HEX #CAB736 Old Gold

📋 copy color: '#CAB736'

red 202 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #CAB736

Tints of Old Gold #CAB736

RGB

 RED value IS 202 (79.3% from 255) = 46.01%

 GREEN value IS 183 (71.88% from 255) = 41.69%

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 46.01%
G = 41.69%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAB736 (or 0xCAB736) is known color: Old Gold. HEX triplet: CA, B7 and 36. RGB value is (202,183,54). Sum of RGB (Red+Green+Blue) = 202+183+54=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB736 is #3548C9. Grayscale: #AEAEAE. Windows color (decimal): -3492042 or 3585994. OLE color: 3585994.

HSL color Cylindrical-coordinate representation of color #CAB736: hue angle of 52.3º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAB736 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 54 -
CMYK 0 0.09 0.73 0.21
HSL 52.3º 0.58% 0.5% -
HSV(B) 52.3º 0.73% 0.79% -
XYZ 41.96 46.69 10.29 -
YUV 173.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 202 183 54 0 0.09 0.73 0.21 52.3 0.58 0.5
Hex CA B7 36 0 9 49 15 34 3A 32
Octal 312 267 66 0 11 111 25 64 72 62
Binary 11001010 10110111 110110 0 1001 1001001 10101 110100 111010 110010

Color Harmonies of #CAB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB736

Black with #CAB736

Text Example


Text Example

White with #CAB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB736; }

 p { color: rgb(202,183,54); }

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

background-color css

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

 a { background-color: rgb(202,183,54); }

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

border-color css

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

 span { border-color: rgb(202,183,54); }

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