Html Css Color HEX #CAB63C Old Gold

📋 copy color: '#CAB63C'

red 202 ◦ green 182 ◦ blue 60

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

Shades of Old Gold #CAB63C

Tints of Old Gold #CAB63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 45.5%
G = 40.99%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAB63C (or 0xCAB63C) is known color: Old Gold. HEX triplet: CA, B6 and 3C. RGB value is (202,182,60). Sum of RGB (Red+Green+Blue) = 202+182+60=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63C is #3549C3. Grayscale: #AEAEAE. Windows color (decimal): -3492292 or 3978954. OLE color: 3978954.

HSL color Cylindrical-coordinate representation of color #CAB63C: hue angle of 51.55º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB63C is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 60 -
CMYK 0 0.10 0.70 0.21
HSL 51.55º 0.57% 0.51% -
HSV(B) 51.55º 0.7% 0.79% -
XYZ 41.9 46.34 11.01 -
YUV 174.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 202 182 60 0 0.10 0.70 0.21 51.55 0.57 0.51
Hex CA B6 3C 0 A 46 15 34 39 33
Octal 312 266 74 0 12 106 25 64 71 63
Binary 11001010 10110110 111100 0 1010 1000110 10101 110100 111001 110011

Color Harmonies of #CAB63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB63C

Black with #CAB63C

Text Example


Text Example

White with #CAB63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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