Html Css Color HEX #CAB83E Old Gold

📋 copy color: '#CAB83E'

red 202 ◦ green 184 ◦ blue 62

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

Shades of Old Gold #CAB83E

Tints of Old Gold #CAB83E

RGB

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

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

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

R = 45.09%
G = 41.07%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAB83E (or 0xCAB83E) is known color: Old Gold. HEX triplet: CA, B8 and 3E. RGB value is (202,184,62). Sum of RGB (Red+Green+Blue) = 202+184+62=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB83E is #3547C1. Grayscale: #AFAFAF. Windows color (decimal): -3491778 or 4110538. OLE color: 4110538.

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

Color convert

RGB 202 184 62 -
CMYK 0 0.09 0.69 0.21
HSL 52.29º 0.57% 0.52% -
HSV(B) 52.29º 0.69% 0.79% -
XYZ 42.37 47.19 11.43 -
YUV 175.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 202 184 62 0 0.09 0.69 0.21 52.29 0.57 0.52
Hex CA B8 3E 0 9 45 15 34 39 34
Octal 312 270 76 0 11 105 25 64 71 64
Binary 11001010 10111000 111110 0 1001 1000101 10101 110100 111001 110100

Color Harmonies of #CAB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB83E

Black with #CAB83E

Text Example


Text Example

White with #CAB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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