Html Css Color HEX #D1D041 Wattle

📋 copy color: '#D1D041'

red 209 ◦ green 208 ◦ blue 65

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

Shades of Wattle #D1D041

Tints of Wattle #D1D041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 43.36%
G = 43.15%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1D041 (or 0xD1D041) is known color: Wattle. HEX triplet: D1, D0 and 41. RGB value is (209,208,65). Sum of RGB (Red+Green+Blue) = 209+208+65=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D041 is #2E2FBE. Grayscale: #C0C0C0. Windows color (decimal): -3026879 or 4313297. OLE color: 4313297.

HSL color Cylindrical-coordinate representation of color #D1D041: hue angle of 59.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1D041 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 65 -
CMYK 0 0.00 0.69 0.18
HSL 59.58º 0.61% 0.54% -
HSV(B) 59.58º 0.69% 0.82% -
XYZ 49.8 59.05 13.77 -
YUV 192 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 209 208 65 0 0.00 0.69 0.18 59.58 0.61 0.54
Hex D1 D0 41 0 0 45 12 3C 3D 36
Octal 321 320 101 0 0 105 22 74 75 66
Binary 11010001 11010000 1000001 0 0 1000101 10010 111100 111101 110110

Color Harmonies of #D1D041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D041

Black with #D1D041

Text Example


Text Example

White with #D1D041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D041; }

 p { color: rgb(209,208,65); }

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

background-color css

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

 a { background-color: rgb(209,208,65); }

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

border-color css

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

 span { border-color: rgb(209,208,65); }

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