Html Css Color HEX #CABA41 Old Gold

📋 copy color: '#CABA41'

red 202 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #CABA41

Tints of Old Gold #CABA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

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

R = 44.59%
G = 41.06%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CABA41 (or 0xCABA41) is known color: Old Gold. HEX triplet: CA, BA and 41. RGB value is (202,186,65). Sum of RGB (Red+Green+Blue) = 202+186+65=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA41 is #3545BE. Grayscale: #B1B1B1. Windows color (decimal): -3491263 or 4307658. OLE color: 4307658.

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

Color convert

RGB 202 186 65 -
CMYK 0 0.08 0.68 0.21
HSL 52.99º 0.56% 0.52% -
HSV(B) 52.99º 0.68% 0.79% -
XYZ 42.87 48.06 12.02 -
YUV 176.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 202 186 65 0 0.08 0.68 0.21 52.99 0.56 0.52
Hex CA BA 41 0 8 44 15 35 38 34
Octal 312 272 101 0 10 104 25 65 70 64
Binary 11001010 10111010 1000001 0 1000 1000100 10101 110101 111000 110100

Color Harmonies of #CABA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA41

Black with #CABA41

Text Example


Text Example

White with #CABA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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