Html Css Color HEX #CAB22D Old Gold

📋 copy color: '#CAB22D'

red 202 ◦ green 178 ◦ blue 45

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

Shades of Old Gold #CAB22D

Tints of Old Gold #CAB22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

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

R = 47.53%
G = 41.88%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB22D (or 0xCAB22D) is known color: Old Gold. HEX triplet: CA, B2 and 2D. RGB value is (202,178,45). Sum of RGB (Red+Green+Blue) = 202+178+45=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB22D is #354DD2. Grayscale: #AAAAAA. Windows color (decimal): -3493331 or 2994890. OLE color: 2994890.

HSL color Cylindrical-coordinate representation of color #CAB22D: hue angle of 50.83º 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 #CAB22D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 45 -
CMYK 0 0.12 0.78 0.21
HSL 50.83º 0.64% 0.48% -
HSV(B) 50.83º 0.78% 0.79% -
XYZ 40.75 44.59 8.94 -
YUV 170.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 202 178 45 0 0.12 0.78 0.21 50.83 0.64 0.48
Hex CA B2 2D 0 C 4E 15 33 40 30
Octal 312 262 55 0 14 116 25 63 100 60
Binary 11001010 10110010 101101 0 1100 1001110 10101 110011 1000000 110000

Color Harmonies of #CAB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB22D

Black with #CAB22D

Text Example


Text Example

White with #CAB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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