Html Css Color HEX #CAB640 Old Gold

📋 copy color: '#CAB640'

red 202 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #CAB640

Tints of Old Gold #CAB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 45.09%
G = 40.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB640 (or 0xCAB640) is known color: Old Gold. HEX triplet: CA, B6 and 40. RGB value is (202,182,64). Sum of RGB (Red+Green+Blue) = 202+182+64=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB640 is #3549BF. Grayscale: #AFAFAF. Windows color (decimal): -3492288 or 4241098. OLE color: 4241098.

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

Color convert

RGB 202 182 64 -
CMYK 0 0.10 0.68 0.21
HSL 51.3º 0.57% 0.52% -
HSV(B) 51.3º 0.68% 0.79% -
XYZ 42.01 46.38 11.59 -
YUV 174.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 202 182 64 0 0.10 0.68 0.21 51.3 0.57 0.52
Hex CA B6 40 0 A 44 15 33 39 34
Octal 312 266 100 0 12 104 25 63 71 64
Binary 11001010 10110110 1000000 0 1010 1000100 10101 110011 111001 110100

Color Harmonies of #CAB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB640

Black with #CAB640

Text Example


Text Example

White with #CAB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB640; }

 p { color: rgb(202,182,64); }

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

background-color css

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

 a { background-color: rgb(202,182,64); }

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

border-color css

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

 span { border-color: rgb(202,182,64); }

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