Html Css Color HEX #CAB42E Old Gold

📋 copy color: '#CAB42E'

red 202 ◦ green 180 ◦ blue 46

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

Shades of Old Gold #CAB42E

Tints of Old Gold #CAB42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.75%

R = 47.2%
G = 42.06%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAB42E (or 0xCAB42E) is known color: Old Gold. HEX triplet: CA, B4 and 2E. RGB value is (202,180,46). Sum of RGB (Red+Green+Blue) = 202+180+46=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB42E is #354BD1. Grayscale: #ABABAB. Windows color (decimal): -3492818 or 3060938. OLE color: 3060938.

HSL color Cylindrical-coordinate representation of color #CAB42E: hue angle of 51.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAB42E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 46 -
CMYK 0 0.11 0.77 0.21
HSL 51.54º 0.63% 0.49% -
HSV(B) 51.54º 0.77% 0.79% -
XYZ 41.17 45.4 9.18 -
YUV 171.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 202 180 46 0 0.11 0.77 0.21 51.54 0.63 0.49
Hex CA B4 2E 0 B 4D 15 34 3F 31
Octal 312 264 56 0 13 115 25 64 77 61
Binary 11001010 10110100 101110 0 1011 1001101 10101 110100 111111 110001

Color Harmonies of #CAB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB42E

Black with #CAB42E

Text Example


Text Example

White with #CAB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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