Html Css Color HEX #D8C740 Wattle

📋 copy color: '#D8C740'

red 216 ◦ green 199 ◦ blue 64

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

Shades of Wattle #D8C740

Tints of Wattle #D8C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 45.09%
G = 41.54%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8C740 (or 0xD8C740) is known color: Wattle. HEX triplet: D8, C7 and 40. RGB value is (216,199,64). Sum of RGB (Red+Green+Blue) = 216+199+64=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C740 is #2738BF. Grayscale: #BDBDBD. Windows color (decimal): -2570432 or 4245464. OLE color: 4245464.

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

Color convert

RGB 216 199 64 -
CMYK 0 0.08 0.70 0.15
HSL 53.29º 0.66% 0.55% -
HSV(B) 53.29º 0.7% 0.85% -
XYZ 49.67 55.82 13.01 -
YUV 188.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 216 199 64 0 0.08 0.70 0.15 53.29 0.66 0.55
Hex D8 C7 40 0 8 46 F 35 42 37
Octal 330 307 100 0 10 106 17 65 102 67
Binary 11011000 11000111 1000000 0 1000 1000110 1111 110101 1000010 110111

Color Harmonies of #D8C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C740

Black with #D8C740

Text Example


Text Example

White with #D8C740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C740; }

 p { color: rgb(216,199,64); }

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

background-color css

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

 a { background-color: rgb(216,199,64); }

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

border-color css

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

 span { border-color: rgb(216,199,64); }

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