Html Css Color HEX #CAB441 Old Gold

📋 copy color: '#CAB441'

red 202 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #CAB441

Tints of Old Gold #CAB441

RGB

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

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

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

R = 45.19%
G = 40.27%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB441 (or 0xCAB441) is known color: Old Gold. HEX triplet: CA, B4 and 41. RGB value is (202,180,65). Sum of RGB (Red+Green+Blue) = 202+180+65=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB441 is #354BBE. Grayscale: #ADADAD. Windows color (decimal): -3492799 or 4306122. OLE color: 4306122.

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

Color convert

RGB 202 180 65 -
CMYK 0 0.11 0.68 0.21
HSL 50.36º 0.56% 0.52% -
HSV(B) 50.36º 0.68% 0.79% -
XYZ 41.63 45.58 11.6 -
YUV 173.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 202 180 65 0 0.11 0.68 0.21 50.36 0.56 0.52
Hex CA B4 41 0 B 44 15 32 38 34
Octal 312 264 101 0 13 104 25 62 70 64
Binary 11001010 10110100 1000001 0 1011 1000100 10101 110010 111000 110100

Color Harmonies of #CAB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB441

Black with #CAB441

Text Example


Text Example

White with #CAB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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