Html Css Color HEX #CAB83D Old Gold

📋 copy color: '#CAB83D'

red 202 ◦ green 184 ◦ blue 61

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

Shades of Old Gold #CAB83D

Tints of Old Gold #CAB83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 45.19%
G = 41.16%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAB83D (or 0xCAB83D) is known color: Old Gold. HEX triplet: CA, B8 and 3D. RGB value is (202,184,61). Sum of RGB (Red+Green+Blue) = 202+184+61=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB83D is #3547C2. Grayscale: #AFAFAF. Windows color (decimal): -3491779 or 4045002. OLE color: 4045002.

HSL color Cylindrical-coordinate representation of color #CAB83D: hue angle of 52.34º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB83D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 61 -
CMYK 0 0.09 0.70 0.21
HSL 52.34º 0.57% 0.52% -
HSV(B) 52.34º 0.7% 0.79% -
XYZ 42.34 47.17 11.29 -
YUV 175.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 202 184 61 0 0.09 0.70 0.21 52.34 0.57 0.52
Hex CA B8 3D 0 9 46 15 34 39 34
Octal 312 270 75 0 11 106 25 64 71 64
Binary 11001010 10111000 111101 0 1001 1000110 10101 110100 111001 110100

Color Harmonies of #CAB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB83D

Black with #CAB83D

Text Example


Text Example

White with #CAB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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