Html Css Color HEX #D6D545 Wattle

📋 copy color: '#D6D545'

red 214 ◦ green 213 ◦ blue 69

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

Shades of Wattle #D6D545

Tints of Wattle #D6D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 43.15%
G = 42.94%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6D545 (or 0xD6D545) is known color: Wattle. HEX triplet: D6, D5 and 45. RGB value is (214,213,69). Sum of RGB (Red+Green+Blue) = 214+213+69=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D545 is #292ABA. Grayscale: #C5C5C5. Windows color (decimal): -2697915 or 4576726. OLE color: 4576726.

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

Color convert

RGB 214 213 69 -
CMYK 0 0.00 0.68 0.16
HSL 59.59º 0.64% 0.55% -
HSV(B) 59.59º 0.68% 0.84% -
XYZ 52.6 62.31 14.89 -
YUV 196.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 214 213 69 0 0.00 0.68 0.16 59.59 0.64 0.55
Hex D6 D5 45 0 0 44 10 3C 40 37
Octal 326 325 105 0 0 104 20 74 100 67
Binary 11010110 11010101 1000101 0 0 1000100 10000 111100 1000000 110111

Color Harmonies of #D6D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D545

Black with #D6D545

Text Example


Text Example

White with #D6D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D545; }

 p { color: rgb(214,213,69); }

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

background-color css

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

 a { background-color: rgb(214,213,69); }

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

border-color css

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

 span { border-color: rgb(214,213,69); }

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