Html Css Color HEX #D8C640 Wattle

📋 copy color: '#D8C640'

red 216 ◦ green 198 ◦ blue 64

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

Shades of Wattle #D8C640

Tints of Wattle #D8C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

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

R = 45.19%
G = 41.42%
B = 13.39%

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

#D8C640 (or 0xD8C640) is known color: Wattle. HEX triplet: D8, C6 and 40. RGB value is (216,198,64). Sum of RGB (Red+Green+Blue) = 216+198+64=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C640 is #2739BF. Grayscale: #BCBCBC. Windows color (decimal): -2570688 or 4245208. OLE color: 4245208.

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

Color convert

RGB 216 198 64 -
CMYK 0 0.08 0.70 0.15
HSL 52.89º 0.66% 0.55% -
HSV(B) 52.89º 0.7% 0.85% -
XYZ 49.44 55.36 12.93 -
YUV 188.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 216 198 64 0 0.08 0.70 0.15 52.89 0.66 0.55
Hex D8 C6 40 0 8 46 F 35 42 37
Octal 330 306 100 0 10 106 17 65 102 67
Binary 11011000 11000110 1000000 0 1000 1000110 1111 110101 1000010 110111

Color Harmonies of #D8C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C640

Black with #D8C640

Text Example


Text Example

White with #D8C640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C640; }

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

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

background-color css

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

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

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

border-color css

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

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

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