Html Css Color HEX #CAB33E Old Gold

📋 copy color: '#CAB33E'

red 202 ◦ green 179 ◦ blue 62

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

Shades of Old Gold #CAB33E

Tints of Old Gold #CAB33E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 45.6%
G = 40.41%
B = 14%

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

#CAB33E (or 0xCAB33E) is known color: Old Gold. HEX triplet: CA, B3 and 3E. RGB value is (202,179,62). Sum of RGB (Red+Green+Blue) = 202+179+62=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB33E is #354CC1. Grayscale: #ADADAD. Windows color (decimal): -3493058 or 4109258. OLE color: 4109258.

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

Color convert

RGB 202 179 62 -
CMYK 0 0.11 0.69 0.21
HSL 50.14º 0.57% 0.52% -
HSV(B) 50.14º 0.69% 0.79% -
XYZ 41.35 45.14 11.09 -
YUV 172.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 202 179 62 0 0.11 0.69 0.21 50.14 0.57 0.52
Hex CA B3 3E 0 B 45 15 32 39 34
Octal 312 263 76 0 13 105 25 62 71 64
Binary 11001010 10110011 111110 0 1011 1000101 10101 110010 111001 110100

Color Harmonies of #CAB33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB33E

Black with #CAB33E

Text Example


Text Example

White with #CAB33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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