Html Css Color HEX #D2D047 Wattle

📋 copy color: '#D2D047'

red 210 ◦ green 208 ◦ blue 71

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

Shades of Wattle #D2D047

Tints of Wattle #D2D047

RGB

 RED value IS 210 (82.42% from 255) = 42.94%

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

 BLUE value IS 71 (28.13% from 255) = 14.52%

R = 42.94%
G = 42.54%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D2D047 (or 0xD2D047) is known color: Wattle. HEX triplet: D2, D0 and 47. RGB value is (210,208,71). Sum of RGB (Red+Green+Blue) = 210+208+71=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D047 is #2D2FB8. Grayscale: #C1C1C1. Windows color (decimal): -2961337 or 4706514. OLE color: 4706514.

HSL color Cylindrical-coordinate representation of color #D2D047: hue angle of 59.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2D047 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 208 71 -
CMYK 0 0.01 0.66 0.18
HSL 59.14º 0.61% 0.55% -
HSV(B) 59.14º 0.66% 0.82% -
XYZ 50.27 59.27 14.75 -
YUV 192.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 210 208 71 0 0.01 0.66 0.18 59.14 0.61 0.55
Hex D2 D0 47 0 1 42 12 3B 3D 37
Octal 322 320 107 0 1 102 22 73 75 67
Binary 11010010 11010000 1000111 0 1 1000010 10010 111011 111101 110111

Color Harmonies of #D2D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D047

Black with #D2D047

Text Example


Text Example

White with #D2D047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D047; }

 p { color: rgb(210,208,71); }

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

background-color css

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

 a { background-color: rgb(210,208,71); }

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

border-color css

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

 span { border-color: rgb(210,208,71); }

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