Html Css Color HEX #CAB43E Old Gold

📋 copy color: '#CAB43E'

red 202 ◦ green 180 ◦ blue 62

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

Shades of Old Gold #CAB43E

Tints of Old Gold #CAB43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.96%

R = 45.5%
G = 40.54%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAB43E (or 0xCAB43E) is known color: Old Gold. HEX triplet: CA, B4 and 3E. RGB value is (202,180,62). Sum of RGB (Red+Green+Blue) = 202+180+62=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB43E is #354BC1. Grayscale: #ADADAD. Windows color (decimal): -3492802 or 4109514. OLE color: 4109514.

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

Color convert

RGB 202 180 62 -
CMYK 0 0.11 0.69 0.21
HSL 50.57º 0.57% 0.52% -
HSV(B) 50.57º 0.69% 0.79% -
XYZ 41.55 45.55 11.16 -
YUV 173.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 202 180 62 0 0.11 0.69 0.21 50.57 0.57 0.52
Hex CA B4 3E 0 B 45 15 33 39 34
Octal 312 264 76 0 13 105 25 63 71 64
Binary 11001010 10110100 111110 0 1011 1000101 10101 110011 111001 110100

Color Harmonies of #CAB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB43E

Black with #CAB43E

Text Example


Text Example

White with #CAB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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