Html Css Color HEX #D6D442 Wattle

📋 copy color: '#D6D442'

red 214 ◦ green 212 ◦ blue 66

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

Shades of Wattle #D6D442

Tints of Wattle #D6D442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.41%

R = 43.5%
G = 43.09%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6D442 (or 0xD6D442) is known color: Wattle. HEX triplet: D6, D4 and 42. RGB value is (214,212,66). Sum of RGB (Red+Green+Blue) = 214+212+66=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D442 is #292BBD. Grayscale: #C4C4C4. Windows color (decimal): -2698174 or 4379862. OLE color: 4379862.

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

Color convert

RGB 214 212 66 -
CMYK 0 0.01 0.69 0.16
HSL 59.19º 0.64% 0.55% -
HSV(B) 59.19º 0.69% 0.84% -
XYZ 52.26 61.78 14.32 -
YUV 195.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 214 212 66 0 0.01 0.69 0.16 59.19 0.64 0.55
Hex D6 D4 42 0 1 45 10 3B 40 37
Octal 326 324 102 0 1 105 20 73 100 67
Binary 11010110 11010100 1000010 0 1 1000101 10000 111011 1000000 110111

Color Harmonies of #D6D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D442

Black with #D6D442

Text Example


Text Example

White with #D6D442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D442; }

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

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

background-color css

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

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

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

border-color css

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

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

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