Html Css Color HEX #D2D747 Wattle

📋 copy color: '#D2D747'

red 210 ◦ green 215 ◦ blue 71

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

Shades of Wattle #D2D747

Tints of Wattle #D2D747

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.35%

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

R = 42.34%
G = 43.35%
B = 14.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D2D747 (or 0xD2D747) is known color: Wattle. HEX triplet: D2, D7 and 47. RGB value is (210,215,71). Sum of RGB (Red+Green+Blue) = 210+215+71=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D747 is #2D28B8. Grayscale: #C5C5C5. Windows color (decimal): -2959545 or 4708306. OLE color: 4708306.

HSL color Cylindrical-coordinate representation of color #D2D747: hue angle of 62.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2D747 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 71 -
CMYK 0.02 0 0.67 0.16
HSL 62.08º 0.64% 0.56% -
HSV(B) 62.08º 0.67% 0.84% -
XYZ 52.02 62.76 15.33 -
YUV 197.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 210 215 71 0.02 0 0.67 0.16 62.08 0.64 0.56
Hex D2 D7 47 2 0 43 10 3E 40 38
Octal 322 327 107 2 0 103 20 76 100 70
Binary 11010010 11010111 1000111 10 0 1000011 10000 111110 1000000 111000

Color Harmonies of #D2D747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D747

Black with #D2D747

Text Example


Text Example

White with #D2D747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D747; }

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

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

background-color css

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

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

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

border-color css

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

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

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