Html Css Color HEX #D7C241 Wattle

📋 copy color: '#D7C241'

red 215 ◦ green 194 ◦ blue 65

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

Shades of Wattle #D7C241

Tints of Wattle #D7C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.93%

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

R = 45.36%
G = 40.93%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7C241 (or 0xD7C241) is known color: Wattle. HEX triplet: D7, C2 and 41. RGB value is (215,194,65). Sum of RGB (Red+Green+Blue) = 215+194+65=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C241 is #283DBE. Grayscale: #BABABA. Windows color (decimal): -2637247 or 4309719. OLE color: 4309719.

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

Color convert

RGB 215 194 65 -
CMYK 0 0.10 0.70 0.16
HSL 51.6º 0.65% 0.55% -
HSV(B) 51.6º 0.7% 0.84% -
XYZ 48.27 53.41 12.77 -
YUV 185.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 215 194 65 0 0.10 0.70 0.16 51.6 0.65 0.55
Hex D7 C2 41 0 A 46 10 34 41 37
Octal 327 302 101 0 12 106 20 64 101 67
Binary 11010111 11000010 1000001 0 1010 1000110 10000 110100 1000001 110111

Color Harmonies of #D7C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C241

Black with #D7C241

Text Example


Text Example

White with #D7C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C241; }

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

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

background-color css

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

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

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

border-color css

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

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

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