Html Css Color HEX #D6D441 Wattle

📋 copy color: '#D6D441'

red 214 ◦ green 212 ◦ blue 65

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

Shades of Wattle #D6D441

Tints of Wattle #D6D441

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

 GREEN value IS 212 (83.2% from 255) = 43.18%

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

R = 43.58%
G = 43.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6D441 (or 0xD6D441) is known color: Wattle. HEX triplet: D6, D4 and 41. RGB value is (214,212,65). Sum of RGB (Red+Green+Blue) = 214+212+65=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D441 is #292BBE. Grayscale: #C4C4C4. Windows color (decimal): -2698175 or 4314326. OLE color: 4314326.

HSL color Cylindrical-coordinate representation of color #D6D441: hue angle of 59.19º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6D441 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 212 65 -
CMYK 0 0.01 0.70 0.16
HSL 59.19º 0.65% 0.55% -
HSV(B) 59.19º 0.7% 0.84% -
XYZ 52.23 61.76 14.17 -
YUV 195.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 214 212 65 0 0.01 0.70 0.16 59.19 0.65 0.55
Hex D6 D4 41 0 1 46 10 3B 41 37
Octal 326 324 101 0 1 106 20 73 101 67
Binary 11010110 11010100 1000001 0 1 1000110 10000 111011 1000001 110111

Color Harmonies of #D6D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D441

Black with #D6D441

Text Example


Text Example

White with #D6D441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D441; }

 p { color: rgb(214,212,65); }

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

background-color css

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

 a { background-color: rgb(214,212,65); }

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

border-color css

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

 span { border-color: rgb(214,212,65); }

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