Html Css Color HEX #CAB741 Old Gold

📋 copy color: '#CAB741'

red 202 ◦ green 183 ◦ blue 65

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

Shades of Old Gold #CAB741

Tints of Old Gold #CAB741

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 44.89%
G = 40.67%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB741 (or 0xCAB741) is known color: Old Gold. HEX triplet: CA, B7 and 41. RGB value is (202,183,65). Sum of RGB (Red+Green+Blue) = 202+183+65=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB741 is #3548BE. Grayscale: #AFAFAF. Windows color (decimal): -3492031 or 4306890. OLE color: 4306890.

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

Color convert

RGB 202 183 65 -
CMYK 0 0.09 0.68 0.21
HSL 51.68º 0.56% 0.52% -
HSV(B) 51.68º 0.68% 0.79% -
XYZ 42.24 46.81 11.81 -
YUV 175.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 202 183 65 0 0.09 0.68 0.21 51.68 0.56 0.52
Hex CA B7 41 0 9 44 15 34 38 34
Octal 312 267 101 0 11 104 25 64 70 64
Binary 11001010 10110111 1000001 0 1001 1000100 10101 110100 111000 110100

Color Harmonies of #CAB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB741

Black with #CAB741

Text Example


Text Example

White with #CAB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB741; }

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

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

background-color css

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

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

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

border-color css

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

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

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