Html Css Color HEX #D9D035 Wattle

📋 copy color: '#D9D035'

red 217 ◦ green 208 ◦ blue 53

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

Shades of Wattle #D9D035

Tints of Wattle #D9D035

RGB

 RED value IS 217 (85.16% from 255) = 45.4%

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

 BLUE value IS 53 (21.09% from 255) = 11.09%

R = 45.4%
G = 43.51%
B = 11.09%

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

#D9D035 (or 0xD9D035) is known color: Wattle. HEX triplet: D9, D0 and 35. RGB value is (217,208,53). Sum of RGB (Red+Green+Blue) = 217+208+53=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D035 is #262FCA. Grayscale: #C1C1C1. Windows color (decimal): -2502603 or 3526873. OLE color: 3526873.

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

Color convert

RGB 217 208 53 -
CMYK 0 0.04 0.76 0.15
HSL 56.71º 0.68% 0.53% -
HSV(B) 56.71º 0.76% 0.85% -
XYZ 51.81 60.12 12.24 -
YUV 193.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 217 208 53 0 0.04 0.76 0.15 56.71 0.68 0.53
Hex D9 D0 35 0 4 4C F 39 44 35
Octal 331 320 65 0 4 114 17 71 104 65
Binary 11011001 11010000 110101 0 100 1001100 1111 111001 1000100 110101

Color Harmonies of #D9D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D035

Black with #D9D035

Text Example


Text Example

White with #D9D035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D035; }

 p { color: rgb(217,208,53); }

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

background-color css

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

 a { background-color: rgb(217,208,53); }

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

border-color css

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

 span { border-color: rgb(217,208,53); }

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