Html Css Color HEX #D6D43F Wattle

📋 copy color: '#D6D43F'

red 214 ◦ green 212 ◦ blue 63

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

Shades of Wattle #D6D43F

Tints of Wattle #D6D43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.88%

R = 43.76%
G = 43.35%
B = 12.88%

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

#D6D43F (or 0xD6D43F) is known color: Wattle. HEX triplet: D6, D4 and 3F. RGB value is (214,212,63). Sum of RGB (Red+Green+Blue) = 214+212+63=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D43F is #292BC0. Grayscale: #C4C4C4. Windows color (decimal): -2698177 or 4183254. OLE color: 4183254.

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

Color convert

RGB 214 212 63 -
CMYK 0 0.01 0.71 0.16
HSL 59.21º 0.65% 0.54% -
HSV(B) 59.21º 0.71% 0.84% -
XYZ 52.17 61.74 13.87 -
YUV 195.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 214 212 63 0 0.01 0.71 0.16 59.21 0.65 0.54
Hex D6 D4 3F 0 1 47 10 3B 41 36
Octal 326 324 77 0 1 107 20 73 101 66
Binary 11010110 11010100 111111 0 1 1000111 10000 111011 1000001 110110

Color Harmonies of #D6D43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D43F

Black with #D6D43F

Text Example


Text Example

White with #D6D43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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