Html Css Color HEX #CAB62A Old Gold

📋 copy color: '#CAB62A'

red 202 ◦ green 182 ◦ blue 42

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

Shades of Old Gold #CAB62A

Tints of Old Gold #CAB62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 47.42%
G = 42.72%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CAB62A (or 0xCAB62A) is known color: Old Gold. HEX triplet: CA, B6 and 2A. RGB value is (202,182,42). Sum of RGB (Red+Green+Blue) = 202+182+42=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB62A is #3549D5. Grayscale: #ACACAC. Windows color (decimal): -3492310 or 2799306. OLE color: 2799306.

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

Color convert

RGB 202 182 42 -
CMYK 0 0.10 0.79 0.21
HSL 52.5º 0.66% 0.48% -
HSV(B) 52.5º 0.79% 0.79% -
XYZ 41.5 46.18 8.92 -
YUV 172.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 202 182 42 0 0.10 0.79 0.21 52.5 0.66 0.48
Hex CA B6 2A 0 A 4F 15 34 42 30
Octal 312 266 52 0 12 117 25 64 102 60
Binary 11001010 10110110 101010 0 1010 1001111 10101 110100 1000010 110000

Color Harmonies of #CAB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB62A

Black with #CAB62A

Text Example


Text Example

White with #CAB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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