Html Css Color HEX #D1C949 Wattle

📋 copy color: '#D1C949'

red 209 ◦ green 201 ◦ blue 73

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

Shades of Wattle #D1C949

Tints of Wattle #D1C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

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

R = 43.27%
G = 41.61%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1C949 (or 0xD1C949) is known color: Wattle. HEX triplet: D1, C9 and 49. RGB value is (209,201,73). Sum of RGB (Red+Green+Blue) = 209+201+73=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C949 is #2E36B6. Grayscale: #BDBDBD. Windows color (decimal): -3028663 or 4835793. OLE color: 4835793.

HSL color Cylindrical-coordinate representation of color #D1C949: hue angle of 56.47º 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 #D1C949 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 201 73 -
CMYK 0 0.04 0.65 0.18
HSL 56.47º 0.6% 0.55% -
HSV(B) 56.47º 0.65% 0.82% -
XYZ 48.38 55.81 14.53 -
YUV 188.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 209 201 73 0 0.04 0.65 0.18 56.47 0.6 0.55
Hex D1 C9 49 0 4 41 12 38 3C 37
Octal 321 311 111 0 4 101 22 70 74 67
Binary 11010001 11001001 1001001 0 100 1000001 10010 111000 111100 110111

Color Harmonies of #D1C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C949

Black with #D1C949

Text Example


Text Example

White with #D1C949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C949; }

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

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

background-color css

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

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

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

border-color css

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

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

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