Html Css Color HEX #D6D032 Wattle

📋 copy color: '#D6D032'

red 214 ◦ green 208 ◦ blue 50

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

Shades of Wattle #D6D032

Tints of Wattle #D6D032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 45.34%
G = 44.07%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6D032 (or 0xD6D032) is known color: Wattle. HEX triplet: D6, D0 and 32. RGB value is (214,208,50). Sum of RGB (Red+Green+Blue) = 214+208+50=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D032 is #292FCD. Grayscale: #C0C0C0. Windows color (decimal): -2699214 or 3330262. OLE color: 3330262.

HSL color Cylindrical-coordinate representation of color #D6D032: hue angle of 57.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6D032 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 50 -
CMYK 0 0.03 0.77 0.16
HSL 57.8º 0.67% 0.52% -
HSV(B) 57.8º 0.77% 0.84% -
XYZ 50.86 59.64 11.85 -
YUV 191.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 214 208 50 0 0.03 0.77 0.16 57.8 0.67 0.52
Hex D6 D0 32 0 3 4D 10 3A 43 34
Octal 326 320 62 0 3 115 20 72 103 64
Binary 11010110 11010000 110010 0 11 1001101 10000 111010 1000011 110100

Color Harmonies of #D6D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D032

Black with #D6D032

Text Example


Text Example

White with #D6D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D032; }

 p { color: rgb(214,208,50); }

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

background-color css

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

 a { background-color: rgb(214,208,50); }

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

border-color css

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

 span { border-color: rgb(214,208,50); }

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