Html Css Color HEX #CAB641 Old Gold

📋 copy color: '#CAB641'

red 202 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #CAB641

Tints of Old Gold #CAB641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 44.99%
G = 40.53%
B = 14.48%

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

#CAB641 (or 0xCAB641) is known color: Old Gold. HEX triplet: CA, B6 and 41. RGB value is (202,182,65). Sum of RGB (Red+Green+Blue) = 202+182+65=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB641 is #3549BE. Grayscale: #AFAFAF. Windows color (decimal): -3492287 or 4306634. OLE color: 4306634.

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

Color convert

RGB 202 182 65 -
CMYK 0 0.10 0.68 0.21
HSL 51.24º 0.56% 0.52% -
HSV(B) 51.24º 0.68% 0.79% -
XYZ 42.04 46.39 11.74 -
YUV 174.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 202 182 65 0 0.10 0.68 0.21 51.24 0.56 0.52
Hex CA B6 41 0 A 44 15 33 38 34
Octal 312 266 101 0 12 104 25 63 70 64
Binary 11001010 10110110 1000001 0 1010 1000100 10101 110011 111000 110100

Color Harmonies of #CAB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB641

Black with #CAB641

Text Example


Text Example

White with #CAB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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