Html Css Color HEX #D8D241 Wattle

📋 copy color: '#D8D241'

red 216 ◦ green 210 ◦ blue 65

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

Shades of Wattle #D8D241

Tints of Wattle #D8D241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.77%

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

R = 43.99%
G = 42.77%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8D241 (or 0xD8D241) is known color: Wattle. HEX triplet: D8, D2 and 41. RGB value is (216,210,65). Sum of RGB (Red+Green+Blue) = 216+210+65=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D241 is #272DBE. Grayscale: #C3C3C3. Windows color (decimal): -2567615 or 4313816. OLE color: 4313816.

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

Color convert

RGB 216 210 65 -
CMYK 0 0.03 0.70 0.15
HSL 57.62º 0.66% 0.55% -
HSV(B) 57.62º 0.7% 0.85% -
XYZ 52.32 61.07 14.03 -
YUV 195.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 216 210 65 0 0.03 0.70 0.15 57.62 0.66 0.55
Hex D8 D2 41 0 3 46 F 3A 42 37
Octal 330 322 101 0 3 106 17 72 102 67
Binary 11011000 11010010 1000001 0 11 1000110 1111 111010 1000010 110111

Color Harmonies of #D8D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D241

Black with #D8D241

Text Example


Text Example

White with #D8D241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D241; }

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

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

background-color css

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

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

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

border-color css

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

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

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