Html Css Color HEX #CAB041 Old Gold

📋 copy color: '#CAB041'

red 202 ◦ green 176 ◦ blue 65

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

Shades of Old Gold #CAB041

Tints of Old Gold #CAB041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

 BLUE value IS 65 (25.78% from 255) = 14.67%

R = 45.6%
G = 39.73%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB041 (or 0xCAB041) is known color: Old Gold. HEX triplet: CA, B0 and 41. RGB value is (202,176,65). Sum of RGB (Red+Green+Blue) = 202+176+65=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB041 is #354FBE. Grayscale: #ABABAB. Windows color (decimal): -3493823 or 4305098. OLE color: 4305098.

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

Color convert

RGB 202 176 65 -
CMYK 0 0.13 0.68 0.21
HSL 48.61º 0.56% 0.52% -
HSV(B) 48.61º 0.68% 0.79% -
XYZ 40.84 43.99 11.34 -
YUV 171.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 202 176 65 0 0.13 0.68 0.21 48.61 0.56 0.52
Hex CA B0 41 0 D 44 15 31 38 34
Octal 312 260 101 0 15 104 25 61 70 64
Binary 11001010 10110000 1000001 0 1101 1000100 10101 110001 111000 110100

Color Harmonies of #CAB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB041

Black with #CAB041

Text Example


Text Example

White with #CAB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB041; }

 p { color: rgb(202,176,65); }

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

background-color css

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

 a { background-color: rgb(202,176,65); }

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

border-color css

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

 span { border-color: rgb(202,176,65); }

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