Html Css Color HEX #CAB83F Old Gold

📋 copy color: '#CAB83F'

red 202 ◦ green 184 ◦ blue 63

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

Shades of Old Gold #CAB83F

Tints of Old Gold #CAB83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.03%

R = 44.99%
G = 40.98%
B = 14.03%

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

#CAB83F (or 0xCAB83F) is known color: Old Gold. HEX triplet: CA, B8 and 3F. RGB value is (202,184,63). Sum of RGB (Red+Green+Blue) = 202+184+63=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB83F is #3547C0. Grayscale: #B0B0B0. Windows color (decimal): -3491777 or 4176074. OLE color: 4176074.

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

Color convert

RGB 202 184 63 -
CMYK 0 0.09 0.69 0.21
HSL 52.23º 0.57% 0.52% -
HSV(B) 52.23º 0.69% 0.79% -
XYZ 42.39 47.2 11.58 -
YUV 175.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 202 184 63 0 0.09 0.69 0.21 52.23 0.57 0.52
Hex CA B8 3F 0 9 45 15 34 39 34
Octal 312 270 77 0 11 105 25 64 71 64
Binary 11001010 10111000 111111 0 1001 1000101 10101 110100 111001 110100

Color Harmonies of #CAB83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB83F

Black with #CAB83F

Text Example


Text Example

White with #CAB83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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