Html Css Color HEX #D8BF3F Wattle

📋 copy color: '#D8BF3F'

red 216 ◦ green 191 ◦ blue 63

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

Shades of Wattle #D8BF3F

Tints of Wattle #D8BF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.4%

R = 45.96%
G = 40.64%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8BF3F (or 0xD8BF3F) is known color: Wattle. HEX triplet: D8, BF and 3F. RGB value is (216,191,63). Sum of RGB (Red+Green+Blue) = 216+191+63=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF3F is #2740C0. Grayscale: #B8B8B8. Windows color (decimal): -2572481 or 4177880. OLE color: 4177880.

HSL color Cylindrical-coordinate representation of color #D8BF3F: hue angle of 50.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8BF3F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 191 63 -
CMYK 0 0.12 0.71 0.15
HSL 50.2º 0.66% 0.55% -
HSV(B) 50.2º 0.71% 0.85% -
XYZ 47.85 52.22 12.26 -
YUV 183.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 216 191 63 0 0.12 0.71 0.15 50.2 0.66 0.55
Hex D8 BF 3F 0 C 47 F 32 42 37
Octal 330 277 77 0 14 107 17 62 102 67
Binary 11011000 10111111 111111 0 1100 1000111 1111 110010 1000010 110111

Color Harmonies of #D8BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF3F

Black with #D8BF3F

Text Example


Text Example

White with #D8BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF3F; }

 p { color: rgb(216,191,63); }

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

background-color css

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

 a { background-color: rgb(216,191,63); }

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

border-color css

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

 span { border-color: rgb(216,191,63); }

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