Html Css Color HEX #CAB632 Old Gold

📋 copy color: '#CAB632'

red 202 ◦ green 182 ◦ blue 50

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

Shades of Old Gold #CAB632

Tints of Old Gold #CAB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 46.54%
G = 41.94%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAB632 (or 0xCAB632) is known color: Old Gold. HEX triplet: CA, B6 and 32. RGB value is (202,182,50). Sum of RGB (Red+Green+Blue) = 202+182+50=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB632 is #3549CD. Grayscale: #ADADAD. Windows color (decimal): -3492302 or 3323594. OLE color: 3323594.

HSL color Cylindrical-coordinate representation of color #CAB632: hue angle of 52.11º 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 #CAB632 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 50 -
CMYK 0 0.10 0.75 0.21
HSL 52.11º 0.6% 0.49% -
HSV(B) 52.11º 0.75% 0.79% -
XYZ 41.66 46.24 9.75 -
YUV 172.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 202 182 50 0 0.10 0.75 0.21 52.11 0.6 0.49
Hex CA B6 32 0 A 4B 15 34 3C 31
Octal 312 266 62 0 12 113 25 64 74 61
Binary 11001010 10110110 110010 0 1010 1001011 10101 110100 111100 110001

Color Harmonies of #CAB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB632

Black with #CAB632

Text Example


Text Example

White with #CAB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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