Html Css Color HEX #CAB639 Old Gold

📋 copy color: '#CAB639'

red 202 ◦ green 182 ◦ blue 57

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

Shades of Old Gold #CAB639

Tints of Old Gold #CAB639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.93%

R = 45.8%
G = 41.27%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAB639 (or 0xCAB639) is known color: Old Gold. HEX triplet: CA, B6 and 39. RGB value is (202,182,57). Sum of RGB (Red+Green+Blue) = 202+182+57=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB639 is #3549C6. Grayscale: #AEAEAE. Windows color (decimal): -3492295 or 3782346. OLE color: 3782346.

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

Color convert

RGB 202 182 57 -
CMYK 0 0.10 0.72 0.21
HSL 51.72º 0.58% 0.51% -
HSV(B) 51.72º 0.72% 0.79% -
XYZ 41.82 46.31 10.6 -
YUV 173.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 202 182 57 0 0.10 0.72 0.21 51.72 0.58 0.51
Hex CA B6 39 0 A 48 15 34 3A 33
Octal 312 266 71 0 12 110 25 64 72 63
Binary 11001010 10110110 111001 0 1010 1001000 10101 110100 111010 110011

Color Harmonies of #CAB639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB639

Black with #CAB639

Text Example


Text Example

White with #CAB639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB639; }

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

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

background-color css

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

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

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

border-color css

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

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

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