Html Css Color HEX #CAB82D Old Gold

📋 copy color: '#CAB82D'

red 202 ◦ green 184 ◦ blue 45

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

Shades of Old Gold #CAB82D

Tints of Old Gold #CAB82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

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

R = 46.87%
G = 42.69%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB82D (or 0xCAB82D) is known color: Old Gold. HEX triplet: CA, B8 and 2D. RGB value is (202,184,45). Sum of RGB (Red+Green+Blue) = 202+184+45=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB82D is #3547D2. Grayscale: #AEAEAE. Windows color (decimal): -3491795 or 2996426. OLE color: 2996426.

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

Color convert

RGB 202 184 45 -
CMYK 0 0.09 0.78 0.21
HSL 53.12º 0.64% 0.48% -
HSV(B) 53.12º 0.78% 0.79% -
XYZ 41.97 47.03 9.35 -
YUV 173.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 202 184 45 0 0.09 0.78 0.21 53.12 0.64 0.48
Hex CA B8 2D 0 9 4E 15 35 40 30
Octal 312 270 55 0 11 116 25 65 100 60
Binary 11001010 10111000 101101 0 1001 1001110 10101 110101 1000000 110000

Color Harmonies of #CAB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB82D

Black with #CAB82D

Text Example


Text Example

White with #CAB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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