Html Css Color HEX #D1CA49 Wattle

📋 copy color: '#D1CA49'

red 209 ◦ green 202 ◦ blue 73

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

Shades of Wattle #D1CA49

Tints of Wattle #D1CA49

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

 GREEN value IS 202 (79.3% from 255) = 41.74%

 BLUE value IS 73 (28.91% from 255) = 15.08%

R = 43.18%
G = 41.74%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1CA49 (or 0xD1CA49) is known color: Wattle. HEX triplet: D1, CA and 49. RGB value is (209,202,73). Sum of RGB (Red+Green+Blue) = 209+202+73=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA49 is #2E35B6. Grayscale: #BDBDBD. Windows color (decimal): -3028407 or 4836049. OLE color: 4836049.

HSL color Cylindrical-coordinate representation of color #D1CA49: hue angle of 56.91º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1CA49 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 73 -
CMYK 0 0.03 0.65 0.18
HSL 56.91º 0.6% 0.55% -
HSV(B) 56.91º 0.65% 0.82% -
XYZ 48.62 56.28 14.6 -
YUV 189.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 209 202 73 0 0.03 0.65 0.18 56.91 0.6 0.55
Hex D1 CA 49 0 3 41 12 39 3C 37
Octal 321 312 111 0 3 101 22 71 74 67
Binary 11010001 11001010 1001001 0 11 1000001 10010 111001 111100 110111

Color Harmonies of #D1CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA49

Black with #D1CA49

Text Example


Text Example

White with #D1CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA49; }

 p { color: rgb(209,202,73); }

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

background-color css

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

 a { background-color: rgb(209,202,73); }

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

border-color css

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

 span { border-color: rgb(209,202,73); }

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