Html Css Color HEX #D6D344 Wattle

📋 copy color: '#D6D344'

red 214 ◦ green 211 ◦ blue 68

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

Shades of Wattle #D6D344

Tints of Wattle #D6D344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 43.41%
G = 42.8%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6D344 (or 0xD6D344) is known color: Wattle. HEX triplet: D6, D3 and 44. RGB value is (214,211,68). Sum of RGB (Red+Green+Blue) = 214+211+68=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D344 is #292CBB. Grayscale: #C4C4C4. Windows color (decimal): -2698428 or 4510678. OLE color: 4510678.

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

Color convert

RGB 214 211 68 -
CMYK 0 0.01 0.68 0.16
HSL 58.77º 0.64% 0.55% -
HSV(B) 58.77º 0.68% 0.84% -
XYZ 52.07 61.3 14.56 -
YUV 195.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 214 211 68 0 0.01 0.68 0.16 58.77 0.64 0.55
Hex D6 D3 44 0 1 44 10 3B 40 37
Octal 326 323 104 0 1 104 20 73 100 67
Binary 11010110 11010011 1000100 0 1 1000100 10000 111011 1000000 110111

Color Harmonies of #D6D344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D344

Black with #D6D344

Text Example


Text Example

White with #D6D344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D344; }

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

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

background-color css

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

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

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

border-color css

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

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

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