Html Css Color HEX #D5BF41 Wattle

📋 copy color: '#D5BF41'

red 213 ◦ green 191 ◦ blue 65

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

Shades of Wattle #D5BF41

Tints of Wattle #D5BF41

RGB

 RED value IS 213 (83.59% from 255) = 45.42%

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

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

R = 45.42%
G = 40.72%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5BF41 (or 0xD5BF41) is known color: Wattle. HEX triplet: D5, BF and 41. RGB value is (213,191,65). Sum of RGB (Red+Green+Blue) = 213+191+65=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF41 is #2A40BE. Grayscale: #B7B7B7. Windows color (decimal): -2769087 or 4308949. OLE color: 4308949.

HSL color Cylindrical-coordinate representation of color #D5BF41: hue angle of 51.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5BF41 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 65 -
CMYK 0 0.10 0.69 0.16
HSL 51.08º 0.64% 0.55% -
HSV(B) 51.08º 0.69% 0.84% -
XYZ 47.03 51.79 12.52 -
YUV 183.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 213 191 65 0 0.10 0.69 0.16 51.08 0.64 0.55
Hex D5 BF 41 0 A 45 10 33 40 37
Octal 325 277 101 0 12 105 20 63 100 67
Binary 11010101 10111111 1000001 0 1010 1000101 10000 110011 1000000 110111

Color Harmonies of #D5BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF41

Black with #D5BF41

Text Example


Text Example

White with #D5BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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