Html Css Color HEX #D2D648 Wattle

📋 copy color: '#D2D648'

red 210 ◦ green 214 ◦ blue 72

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

Shades of Wattle #D2D648

Tints of Wattle #D2D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

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

R = 42.34%
G = 43.15%
B = 14.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D2D648 (or 0xD2D648) is known color: Wattle. HEX triplet: D2, D6 and 48. RGB value is (210,214,72). Sum of RGB (Red+Green+Blue) = 210+214+72=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D648 is #2D29B7. Grayscale: #C5C5C5. Windows color (decimal): -2959800 or 4773586. OLE color: 4773586.

HSL color Cylindrical-coordinate representation of color #D2D648: hue angle of 61.69º 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 #D2D648 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 72 -
CMYK 0.02 0 0.66 0.16
HSL 61.69º 0.63% 0.56% -
HSV(B) 61.69º 0.66% 0.84% -
XYZ 51.79 62.26 15.42 -
YUV 196.62 57.67 137.55 -
System Red Green Blue C M Y K H S L
Decimal 210 214 72 0.02 0 0.66 0.16 61.69 0.63 0.56
Hex D2 D6 48 2 0 42 10 3E 3F 38
Octal 322 326 110 2 0 102 20 76 77 70
Binary 11010010 11010110 1001000 10 0 1000010 10000 111110 111111 111000

Color Harmonies of #D2D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D648

Black with #D2D648

Text Example


Text Example

White with #D2D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D648; }

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

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

background-color css

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

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

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

border-color css

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

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

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