Html Css Color HEX #D7BF41 Wattle

📋 copy color: '#D7BF41'

red 215 ◦ green 191 ◦ blue 65

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

Shades of Wattle #D7BF41

Tints of Wattle #D7BF41

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 45.65%
G = 40.55%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7BF41 (or 0xD7BF41) is known color: Wattle. HEX triplet: D7, BF and 41. RGB value is (215,191,65). Sum of RGB (Red+Green+Blue) = 215+191+65=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BF41 is #2840BE. Grayscale: #B8B8B8. Windows color (decimal): -2638015 or 4308951. OLE color: 4308951.

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

Color convert

RGB 215 191 65 -
CMYK 0 0.11 0.70 0.16
HSL 50.4º 0.65% 0.55% -
HSV(B) 50.4º 0.7% 0.84% -
XYZ 47.61 52.09 12.55 -
YUV 183.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 215 191 65 0 0.11 0.70 0.16 50.4 0.65 0.55
Hex D7 BF 41 0 B 46 10 32 41 37
Octal 327 277 101 0 13 106 20 62 101 67
Binary 11010111 10111111 1000001 0 1011 1000110 10000 110010 1000001 110111

Color Harmonies of #D7BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF41

Black with #D7BF41

Text Example


Text Example

White with #D7BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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