Html Css Color HEX #D8CD41 Wattle

📋 copy color: '#D8CD41'

red 216 ◦ green 205 ◦ blue 65

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

Shades of Wattle #D8CD41

Tints of Wattle #D8CD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.37%

R = 44.44%
G = 42.18%
B = 13.37%

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

#D8CD41 (or 0xD8CD41) is known color: Wattle. HEX triplet: D8, CD and 41. RGB value is (216,205,65). Sum of RGB (Red+Green+Blue) = 216+205+65=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD41 is #2732BE. Grayscale: #C0C0C0. Windows color (decimal): -2568895 or 4312536. OLE color: 4312536.

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

Color convert

RGB 216 205 65 -
CMYK 0 0.05 0.70 0.15
HSL 55.63º 0.66% 0.55% -
HSV(B) 55.63º 0.7% 0.85% -
XYZ 51.1 58.64 13.63 -
YUV 192.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 216 205 65 0 0.05 0.70 0.15 55.63 0.66 0.55
Hex D8 CD 41 0 5 46 F 38 42 37
Octal 330 315 101 0 5 106 17 70 102 67
Binary 11011000 11001101 1000001 0 101 1000110 1111 111000 1000010 110111

Color Harmonies of #D8CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD41

Black with #D8CD41

Text Example


Text Example

White with #D8CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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