Html Css Color HEX #D8C840 Wattle

📋 copy color: '#D8C840'

red 216 ◦ green 200 ◦ blue 64

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

Shades of Wattle #D8C840

Tints of Wattle #D8C840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

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

R = 45%
G = 41.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8C840 (or 0xD8C840) is known color: Wattle. HEX triplet: D8, C8 and 40. RGB value is (216,200,64). Sum of RGB (Red+Green+Blue) = 216+200+64=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C840 is #2737BF. Grayscale: #BDBDBD. Windows color (decimal): -2570176 or 4245720. OLE color: 4245720.

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

Color convert

RGB 216 200 64 -
CMYK 0 0.07 0.70 0.15
HSL 53.68º 0.66% 0.55% -
HSV(B) 53.68º 0.7% 0.85% -
XYZ 49.9 56.28 13.08 -
YUV 189.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 216 200 64 0 0.07 0.70 0.15 53.68 0.66 0.55
Hex D8 C8 40 0 7 46 F 36 42 37
Octal 330 310 100 0 7 106 17 66 102 67
Binary 11011000 11001000 1000000 0 111 1000110 1111 110110 1000010 110111

Color Harmonies of #D8C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C840

Black with #D8C840

Text Example


Text Example

White with #D8C840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C840; }

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

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

background-color css

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

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

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

border-color css

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

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

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