Html Css Color HEX #CAB631 Old Gold

📋 copy color: '#CAB631'

red 202 ◦ green 182 ◦ blue 49

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

Shades of Old Gold #CAB631

Tints of Old Gold #CAB631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 46.65%
G = 42.03%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB631 (or 0xCAB631) is known color: Old Gold. HEX triplet: CA, B6 and 31. RGB value is (202,182,49). Sum of RGB (Red+Green+Blue) = 202+182+49=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB631 is #3549CE. Grayscale: #ADADAD. Windows color (decimal): -3492303 or 3258058. OLE color: 3258058.

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

Color convert

RGB 202 182 49 -
CMYK 0 0.10 0.76 0.21
HSL 52.16º 0.61% 0.49% -
HSV(B) 52.16º 0.76% 0.79% -
XYZ 41.64 46.23 9.64 -
YUV 172.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 202 182 49 0 0.10 0.76 0.21 52.16 0.61 0.49
Hex CA B6 31 0 A 4C 15 34 3D 31
Octal 312 266 61 0 12 114 25 64 75 61
Binary 11001010 10110110 110001 0 1010 1001100 10101 110100 111101 110001

Color Harmonies of #CAB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB631

Black with #CAB631

Text Example


Text Example

White with #CAB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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