Html Css Color HEX #D8D341 Wattle

📋 copy color: '#D8D341'

red 216 ◦ green 211 ◦ blue 65

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

Shades of Wattle #D8D341

Tints of Wattle #D8D341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 43.9%
G = 42.89%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8D341 (or 0xD8D341) is known color: Wattle. HEX triplet: D8, D3 and 41. RGB value is (216,211,65). Sum of RGB (Red+Green+Blue) = 216+211+65=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D341 is #272CBE. Grayscale: #C4C4C4. Windows color (decimal): -2567359 or 4314072. OLE color: 4314072.

HSL color Cylindrical-coordinate representation of color #D8D341: hue angle of 58.01º 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 #D8D341 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 211 65 -
CMYK 0 0.02 0.70 0.15
HSL 58.01º 0.66% 0.55% -
HSV(B) 58.01º 0.7% 0.85% -
XYZ 52.57 61.57 14.11 -
YUV 195.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 216 211 65 0 0.02 0.70 0.15 58.01 0.66 0.55
Hex D8 D3 41 0 2 46 F 3A 42 37
Octal 330 323 101 0 2 106 17 72 102 67
Binary 11011000 11010011 1000001 0 10 1000110 1111 111010 1000010 110111

Color Harmonies of #D8D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D341

Black with #D8D341

Text Example


Text Example

White with #D8D341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D341; }

 p { color: rgb(216,211,65); }

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

background-color css

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

 a { background-color: rgb(216,211,65); }

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

border-color css

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

 span { border-color: rgb(216,211,65); }

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