Html Css Color HEX #CAB439 Old Gold

📋 copy color: '#CAB439'

red 202 ◦ green 180 ◦ blue 57

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

Shades of Old Gold #CAB439

Tints of Old Gold #CAB439

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 46.01%
G = 41%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAB439 (or 0xCAB439) is known color: Old Gold. HEX triplet: CA, B4 and 39. RGB value is (202,180,57). Sum of RGB (Red+Green+Blue) = 202+180+57=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB439 is #354BC6. Grayscale: #ADADAD. Windows color (decimal): -3492807 or 3781834. OLE color: 3781834.

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

Color convert

RGB 202 180 57 -
CMYK 0 0.11 0.72 0.21
HSL 50.9º 0.58% 0.51% -
HSV(B) 50.9º 0.72% 0.79% -
XYZ 41.42 45.49 10.47 -
YUV 172.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 202 180 57 0 0.11 0.72 0.21 50.9 0.58 0.51
Hex CA B4 39 0 B 48 15 33 3A 33
Octal 312 264 71 0 13 110 25 63 72 63
Binary 11001010 10110100 111001 0 1011 1001000 10101 110011 111010 110011

Color Harmonies of #CAB439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB439

Black with #CAB439

Text Example


Text Example

White with #CAB439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB439; }

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

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

background-color css

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

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

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

border-color css

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

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

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