Html Css Color HEX #CAB62D Old Gold

📋 copy color: '#CAB62D'

red 202 ◦ green 182 ◦ blue 45

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

Shades of Old Gold #CAB62D

Tints of Old Gold #CAB62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 47.09%
G = 42.42%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB62D (or 0xCAB62D) is known color: Old Gold. HEX triplet: CA, B6 and 2D. RGB value is (202,182,45). Sum of RGB (Red+Green+Blue) = 202+182+45=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB62D is #3549D2. Grayscale: #ACACAC. Windows color (decimal): -3492307 or 2995914. OLE color: 2995914.

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

Color convert

RGB 202 182 45 -
CMYK 0 0.10 0.78 0.21
HSL 52.36º 0.64% 0.48% -
HSV(B) 52.36º 0.78% 0.79% -
XYZ 41.56 46.2 9.21 -
YUV 172.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 202 182 45 0 0.10 0.78 0.21 52.36 0.64 0.48
Hex CA B6 2D 0 A 4E 15 34 40 30
Octal 312 266 55 0 12 116 25 64 100 60
Binary 11001010 10110110 101101 0 1010 1001110 10101 110100 1000000 110000

Color Harmonies of #CAB62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB62D

Black with #CAB62D

Text Example


Text Example

White with #CAB62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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