Html Css Color HEX #D2D848 Wattle

📋 copy color: '#D2D848'

red 210 ◦ green 216 ◦ blue 72

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

Shades of Wattle #D2D848

Tints of Wattle #D2D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 72 (28.52% from 255) = 14.46%

R = 42.17%
G = 43.37%
B = 14.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D2D848 (or 0xD2D848) is known color: Wattle. HEX triplet: D2, D8 and 48. RGB value is (210,216,72). Sum of RGB (Red+Green+Blue) = 210+216+72=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D848 is #2D27B7. Grayscale: #C6C6C6. Windows color (decimal): -2959288 or 4774098. OLE color: 4774098.

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

Color convert

RGB 210 216 72 -
CMYK 0.03 0 0.67 0.15
HSL 62.5º 0.65% 0.56% -
HSV(B) 62.5º 0.67% 0.85% -
XYZ 52.3 63.28 15.59 -
YUV 197.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 210 216 72 0.03 0 0.67 0.15 62.5 0.65 0.56
Hex D2 D8 48 3 0 43 F 3F 41 38
Octal 322 330 110 3 0 103 17 77 101 70
Binary 11010010 11011000 1001000 11 0 1000011 1111 111111 1000001 111000

Color Harmonies of #D2D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D848

Black with #D2D848

Text Example


Text Example

White with #D2D848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D848; }

 p { color: rgb(210,216,72); }

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

background-color css

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

 a { background-color: rgb(210,216,72); }

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

border-color css

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

 span { border-color: rgb(210,216,72); }

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