Html Css Color HEX #CAB541 Old Gold

📋 copy color: '#CAB541'

red 202 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #CAB541

Tints of Old Gold #CAB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 45.09%
G = 40.4%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB541 (or 0xCAB541) is known color: Old Gold. HEX triplet: CA, B5 and 41. RGB value is (202,181,65). Sum of RGB (Red+Green+Blue) = 202+181+65=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB541 is #354ABE. Grayscale: #AEAEAE. Windows color (decimal): -3492543 or 4306378. OLE color: 4306378.

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

Color convert

RGB 202 181 65 -
CMYK 0 0.10 0.68 0.21
HSL 50.8º 0.56% 0.52% -
HSV(B) 50.8º 0.68% 0.79% -
XYZ 41.84 45.99 11.67 -
YUV 174.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 202 181 65 0 0.10 0.68 0.21 50.8 0.56 0.52
Hex CA B5 41 0 A 44 15 33 38 34
Octal 312 265 101 0 12 104 25 63 70 64
Binary 11001010 10110101 1000001 0 1010 1000100 10101 110011 111000 110100

Color Harmonies of #CAB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB541

Black with #CAB541

Text Example


Text Example

White with #CAB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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