Html Css Color HEX #CAB63E Old Gold

📋 copy color: '#CAB63E'

red 202 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #CAB63E

Tints of Old Gold #CAB63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 45.29%
G = 40.81%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAB63E (or 0xCAB63E) is known color: Old Gold. HEX triplet: CA, B6 and 3E. RGB value is (202,182,62). Sum of RGB (Red+Green+Blue) = 202+182+62=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63E is #3549C1. Grayscale: #AEAEAE. Windows color (decimal): -3492290 or 4110026. OLE color: 4110026.

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

Color convert

RGB 202 182 62 -
CMYK 0 0.10 0.69 0.21
HSL 51.43º 0.57% 0.52% -
HSV(B) 51.43º 0.69% 0.79% -
XYZ 41.95 46.36 11.29 -
YUV 174.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 202 182 62 0 0.10 0.69 0.21 51.43 0.57 0.52
Hex CA B6 3E 0 A 45 15 33 39 34
Octal 312 266 76 0 12 105 25 63 71 64
Binary 11001010 10110110 111110 0 1010 1000101 10101 110011 111001 110100

Color Harmonies of #CAB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB63E

Black with #CAB63E

Text Example


Text Example

White with #CAB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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