Html Css Color HEX #D8CD40 Wattle

📋 copy color: '#D8CD40'

red 216 ◦ green 205 ◦ blue 64

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

Shades of Wattle #D8CD40

Tints of Wattle #D8CD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

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

R = 44.54%
G = 42.27%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8CD40 (or 0xD8CD40) is known color: Wattle. HEX triplet: D8, CD and 40. RGB value is (216,205,64). Sum of RGB (Red+Green+Blue) = 216+205+64=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD40 is #2732BF. Grayscale: #C0C0C0. Windows color (decimal): -2568896 or 4247000. OLE color: 4247000.

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

Color convert

RGB 216 205 64 -
CMYK 0 0.05 0.70 0.15
HSL 55.66º 0.66% 0.55% -
HSV(B) 55.66º 0.7% 0.85% -
XYZ 51.08 58.63 13.48 -
YUV 192.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 216 205 64 0 0.05 0.70 0.15 55.66 0.66 0.55
Hex D8 CD 40 0 5 46 F 38 42 37
Octal 330 315 100 0 5 106 17 70 102 67
Binary 11011000 11001101 1000000 0 101 1000110 1111 111000 1000010 110111

Color Harmonies of #D8CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD40

Black with #D8CD40

Text Example


Text Example

White with #D8CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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