Html Css Color HEX #D6D43D Wattle

📋 copy color: '#D6D43D'

red 214 ◦ green 212 ◦ blue 61

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

Shades of Wattle #D6D43D

Tints of Wattle #D6D43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.53%

R = 43.94%
G = 43.53%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6D43D (or 0xD6D43D) is known color: Wattle. HEX triplet: D6, D4 and 3D. RGB value is (214,212,61). Sum of RGB (Red+Green+Blue) = 214+212+61=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D43D is #292BC2. Grayscale: #C3C3C3. Windows color (decimal): -2698179 or 4052182. OLE color: 4052182.

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

Color convert

RGB 214 212 61 -
CMYK 0 0.01 0.71 0.16
HSL 59.22º 0.65% 0.54% -
HSV(B) 59.22º 0.71% 0.84% -
XYZ 52.12 61.72 13.58 -
YUV 195.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 214 212 61 0 0.01 0.71 0.16 59.22 0.65 0.54
Hex D6 D4 3D 0 1 47 10 3B 41 36
Octal 326 324 75 0 1 107 20 73 101 66
Binary 11010110 11010100 111101 0 1 1000111 10000 111011 1000001 110110

Color Harmonies of #D6D43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D43D

Black with #D6D43D

Text Example


Text Example

White with #D6D43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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