Html Css Color HEX #D6D043 Wattle

📋 copy color: '#D6D043'

red 214 ◦ green 208 ◦ blue 67

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

Shades of Wattle #D6D043

Tints of Wattle #D6D043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.7%

R = 43.76%
G = 42.54%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6D043 (or 0xD6D043) is known color: Wattle. HEX triplet: D6, D0 and 43. RGB value is (214,208,67). Sum of RGB (Red+Green+Blue) = 214+208+67=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D043 is #292FBC. Grayscale: #C2C2C2. Windows color (decimal): -2699197 or 4444374. OLE color: 4444374.

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

Color convert

RGB 214 208 67 -
CMYK 0 0.03 0.69 0.16
HSL 57.55º 0.64% 0.55% -
HSV(B) 57.55º 0.69% 0.84% -
XYZ 51.3 59.81 14.15 -
YUV 193.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 214 208 67 0 0.03 0.69 0.16 57.55 0.64 0.55
Hex D6 D0 43 0 3 45 10 3A 40 37
Octal 326 320 103 0 3 105 20 72 100 67
Binary 11010110 11010000 1000011 0 11 1000101 10000 111010 1000000 110111

Color Harmonies of #D6D043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D043

Black with #D6D043

Text Example


Text Example

White with #D6D043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D043; }

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

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

background-color css

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

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

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

border-color css

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

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

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