Html Css Color HEX #D8D033 Wattle

📋 copy color: '#D8D033'

red 216 ◦ green 208 ◦ blue 51

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

Shades of Wattle #D8D033

Tints of Wattle #D8D033

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 51 (20.31% from 255) = 10.74%

R = 45.47%
G = 43.79%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8D033 (or 0xD8D033) is known color: Wattle. HEX triplet: D8, D0 and 33. RGB value is (216,208,51). Sum of RGB (Red+Green+Blue) = 216+208+51=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D033 is #272FCC. Grayscale: #C1C1C1. Windows color (decimal): -2568141 or 3395800. OLE color: 3395800.

HSL color Cylindrical-coordinate representation of color #D8D033: hue angle of 57.09º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8D033 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 51 -
CMYK 0 0.04 0.76 0.15
HSL 57.09º 0.68% 0.52% -
HSV(B) 57.09º 0.76% 0.85% -
XYZ 51.47 59.95 11.99 -
YUV 192.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 216 208 51 0 0.04 0.76 0.15 57.09 0.68 0.52
Hex D8 D0 33 0 4 4C F 39 44 34
Octal 330 320 63 0 4 114 17 71 104 64
Binary 11011000 11010000 110011 0 100 1001100 1111 111001 1000100 110100

Color Harmonies of #D8D033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D033

Black with #D8D033

Text Example


Text Example

White with #D8D033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D033; }

 p { color: rgb(216,208,51); }

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

background-color css

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

 a { background-color: rgb(216,208,51); }

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

border-color css

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

 span { border-color: rgb(216,208,51); }

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