Html Css Color HEX #CAB732 Old Gold

📋 copy color: '#CAB732'

red 202 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #CAB732

Tints of Old Gold #CAB732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 46.44%
G = 42.07%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAB732 (or 0xCAB732) is known color: Old Gold. HEX triplet: CA, B7 and 32. RGB value is (202,183,50). Sum of RGB (Red+Green+Blue) = 202+183+50=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB732 is #3548CD. Grayscale: #AEAEAE. Windows color (decimal): -3492046 or 3323850. OLE color: 3323850.

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

Color convert

RGB 202 183 50 -
CMYK 0 0.09 0.75 0.21
HSL 52.5º 0.6% 0.49% -
HSV(B) 52.5º 0.75% 0.79% -
XYZ 41.87 46.65 9.82 -
YUV 173.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 202 183 50 0 0.09 0.75 0.21 52.5 0.6 0.49
Hex CA B7 32 0 9 4B 15 34 3C 31
Octal 312 267 62 0 11 113 25 64 74 61
Binary 11001010 10110111 110010 0 1001 1001011 10101 110100 111100 110001

Color Harmonies of #CAB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB732

Black with #CAB732

Text Example


Text Example

White with #CAB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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