Html Css Color HEX #D8CA40 Wattle

📋 copy color: '#D8CA40'

red 216 ◦ green 202 ◦ blue 64

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

Shades of Wattle #D8CA40

Tints of Wattle #D8CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

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

R = 44.81%
G = 41.91%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8CA40 (or 0xD8CA40) is known color: Wattle. HEX triplet: D8, CA and 40. RGB value is (216,202,64). Sum of RGB (Red+Green+Blue) = 216+202+64=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA40 is #2735BF. Grayscale: #BFBFBF. Windows color (decimal): -2569664 or 4246232. OLE color: 4246232.

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

Color convert

RGB 216 202 64 -
CMYK 0 0.06 0.70 0.15
HSL 54.47º 0.66% 0.55% -
HSV(B) 54.47º 0.7% 0.85% -
XYZ 50.36 57.21 13.24 -
YUV 190.45 56.64 146.22 -
System Red Green Blue C M Y K H S L
Decimal 216 202 64 0 0.06 0.70 0.15 54.47 0.66 0.55
Hex D8 CA 40 0 6 46 F 36 42 37
Octal 330 312 100 0 6 106 17 66 102 67
Binary 11011000 11001010 1000000 0 110 1000110 1111 110110 1000010 110111

Color Harmonies of #D8CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA40

Black with #D8CA40

Text Example


Text Example

White with #D8CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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