Html Css Color HEX #D7D241 Wattle

📋 copy color: '#D7D241'

red 215 ◦ green 210 ◦ blue 65

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

Shades of Wattle #D7D241

Tints of Wattle #D7D241

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

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

R = 43.88%
G = 42.86%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7D241 (or 0xD7D241) is known color: Wattle. HEX triplet: D7, D2 and 41. RGB value is (215,210,65). Sum of RGB (Red+Green+Blue) = 215+210+65=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D241 is #282DBE. Grayscale: #C3C3C3. Windows color (decimal): -2633151 or 4313815. OLE color: 4313815.

HSL color Cylindrical-coordinate representation of color #D7D241: hue angle of 58º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7D241 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 210 65 -
CMYK 0 0.02 0.70 0.16
HSL 58º 0.65% 0.55% -
HSV(B) 58º 0.7% 0.84% -
XYZ 52.03 60.92 14.02 -
YUV 194.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 215 210 65 0 0.02 0.70 0.16 58 0.65 0.55
Hex D7 D2 41 0 2 46 10 3A 41 37
Octal 327 322 101 0 2 106 20 72 101 67
Binary 11010111 11010010 1000001 0 10 1000110 10000 111010 1000001 110111

Color Harmonies of #D7D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D241

Black with #D7D241

Text Example


Text Example

White with #D7D241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D241; }

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

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

background-color css

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

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

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

border-color css

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

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

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