Html Css Color HEX #D6D342 Wattle

📋 copy color: '#D6D342'

red 214 ◦ green 211 ◦ blue 66

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

Shades of Wattle #D6D342

Tints of Wattle #D6D342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

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

R = 43.58%
G = 42.97%
B = 13.44%

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

#D6D342 (or 0xD6D342) is known color: Wattle. HEX triplet: D6, D3 and 42. RGB value is (214,211,66). Sum of RGB (Red+Green+Blue) = 214+211+66=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D342 is #292CBD. Grayscale: #C3C3C3. Windows color (decimal): -2698430 or 4379606. OLE color: 4379606.

HSL color Cylindrical-coordinate representation of color #D6D342: hue angle of 58.78º 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 #D6D342 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 211 66 -
CMYK 0 0.01 0.69 0.16
HSL 58.78º 0.64% 0.55% -
HSV(B) 58.78º 0.69% 0.84% -
XYZ 52.01 61.28 14.24 -
YUV 195.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 214 211 66 0 0.01 0.69 0.16 58.78 0.64 0.55
Hex D6 D3 42 0 1 45 10 3B 40 37
Octal 326 323 102 0 1 105 20 73 100 67
Binary 11010110 11010011 1000010 0 1 1000101 10000 111011 1000000 110111

Color Harmonies of #D6D342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D342

Black with #D6D342

Text Example


Text Example

White with #D6D342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D342; }

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

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

background-color css

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

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

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

border-color css

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

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

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