Html Css Color HEX #D8D540 Wattle

📋 copy color: '#D8D540'

red 216 ◦ green 213 ◦ blue 64

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

Shades of Wattle #D8D540

Tints of Wattle #D8D540

RGB

 RED value IS 216 (84.77% from 255) = 43.81%

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

 BLUE value IS 64 (25.39% from 255) = 12.98%

R = 43.81%
G = 43.2%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8D540 (or 0xD8D540) is known color: Wattle. HEX triplet: D8, D5 and 40. RGB value is (216,213,64). Sum of RGB (Red+Green+Blue) = 216+213+64=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D540 is #272ABF. Grayscale: #C5C5C5. Windows color (decimal): -2566848 or 4249048. OLE color: 4249048.

HSL color Cylindrical-coordinate representation of color #D8D540: hue angle of 58.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8D540 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 64 -
CMYK 0 0.01 0.70 0.15
HSL 58.82º 0.66% 0.55% -
HSV(B) 58.82º 0.7% 0.85% -
XYZ 53.04 62.56 14.13 -
YUV 196.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 216 213 64 0 0.01 0.70 0.15 58.82 0.66 0.55
Hex D8 D5 40 0 1 46 F 3B 42 37
Octal 330 325 100 0 1 106 17 73 102 67
Binary 11011000 11010101 1000000 0 1 1000110 1111 111011 1000010 110111

Color Harmonies of #D8D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D540

Black with #D8D540

Text Example


Text Example

White with #D8D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D540; }

 p { color: rgb(216,213,64); }

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

background-color css

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

 a { background-color: rgb(216,213,64); }

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

border-color css

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

 span { border-color: rgb(216,213,64); }

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