Html Css Color HEX #D8D338 Wattle

📋 copy color: '#D8D338'

red 216 ◦ green 211 ◦ blue 56

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

Shades of Wattle #D8D338

Tints of Wattle #D8D338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.69%

 BLUE value IS 56 (22.27% from 255) = 11.59%

R = 44.72%
G = 43.69%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D8D338 (or 0xD8D338) is known color: Wattle. HEX triplet: D8, D3 and 38. RGB value is (216,211,56). Sum of RGB (Red+Green+Blue) = 216+211+56=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D338 is #272CC7. Grayscale: #C3C3C3. Windows color (decimal): -2567368 or 3724248. OLE color: 3724248.

HSL color Cylindrical-coordinate representation of color #D8D338: hue angle of 58.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8D338 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 211 56 -
CMYK 0 0.02 0.74 0.15
HSL 58.13º 0.67% 0.53% -
HSV(B) 58.13º 0.74% 0.85% -
XYZ 52.33 61.47 12.85 -
YUV 194.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 216 211 56 0 0.02 0.74 0.15 58.13 0.67 0.53
Hex D8 D3 38 0 2 4A F 3A 43 35
Octal 330 323 70 0 2 112 17 72 103 65
Binary 11011000 11010011 111000 0 10 1001010 1111 111010 1000011 110101

Color Harmonies of #D8D338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D338

Black with #D8D338

Text Example


Text Example

White with #D8D338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D338; }

 p { color: rgb(216,211,56); }

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

background-color css

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

 a { background-color: rgb(216,211,56); }

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

border-color css

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

 span { border-color: rgb(216,211,56); }

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