Html Css Color HEX #CAB141 Old Gold

📋 copy color: '#CAB141'

red 202 ◦ green 177 ◦ blue 65

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

Shades of Old Gold #CAB141

Tints of Old Gold #CAB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

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

R = 45.5%
G = 39.86%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB141 (or 0xCAB141) is known color: Old Gold. HEX triplet: CA, B1 and 41. RGB value is (202,177,65). Sum of RGB (Red+Green+Blue) = 202+177+65=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB141 is #354EBE. Grayscale: #ACACAC. Windows color (decimal): -3493567 or 4305354. OLE color: 4305354.

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

Color convert

RGB 202 177 65 -
CMYK 0 0.12 0.68 0.21
HSL 49.05º 0.56% 0.52% -
HSV(B) 49.05º 0.68% 0.79% -
XYZ 41.03 44.38 11.41 -
YUV 171.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 202 177 65 0 0.12 0.68 0.21 49.05 0.56 0.52
Hex CA B1 41 0 C 44 15 31 38 34
Octal 312 261 101 0 14 104 25 61 70 64
Binary 11001010 10110001 1000001 0 1100 1000100 10101 110001 111000 110100

Color Harmonies of #CAB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB141

Black with #CAB141

Text Example


Text Example

White with #CAB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB141; }

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

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

background-color css

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

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

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

border-color css

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

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

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