Html Css Color HEX #D2D548 Wattle

📋 copy color: '#D2D548'

red 210 ◦ green 213 ◦ blue 72

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

Shades of Wattle #D2D548

Tints of Wattle #D2D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 42.42%
G = 43.03%
B = 14.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D2D548 (or 0xD2D548) is known color: Wattle. HEX triplet: D2, D5 and 48. RGB value is (210,213,72). Sum of RGB (Red+Green+Blue) = 210+213+72=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D548 is #2D2AB7. Grayscale: #C4C4C4. Windows color (decimal): -2960056 or 4773330. OLE color: 4773330.

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

Color convert

RGB 210 213 72 -
CMYK 0.01 0 0.66 0.16
HSL 61.28º 0.63% 0.56% -
HSV(B) 61.28º 0.66% 0.84% -
XYZ 51.54 61.76 15.33 -
YUV 196.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 210 213 72 0.01 0 0.66 0.16 61.28 0.63 0.56
Hex D2 D5 48 1 0 42 10 3D 3F 38
Octal 322 325 110 1 0 102 20 75 77 70
Binary 11010010 11010101 1001000 1 0 1000010 10000 111101 111111 111000

Color Harmonies of #D2D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D548

Black with #D2D548

Text Example


Text Example

White with #D2D548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D548; }

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

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

background-color css

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

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

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

border-color css

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

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

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