Html Css Color HEX #D2D649 Wattle

📋 copy color: '#D2D649'

red 210 ◦ green 214 ◦ blue 73

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

Shades of Wattle #D2D649

Tints of Wattle #D2D649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.69%

R = 42.25%
G = 43.06%
B = 14.69%

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

#D2D649 (or 0xD2D649) is known color: Wattle. HEX triplet: D2, D6 and 49. RGB value is (210,214,73). Sum of RGB (Red+Green+Blue) = 210+214+73=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D649 is #2D29B6. Grayscale: #C5C5C5. Windows color (decimal): -2959799 or 4839122. OLE color: 4839122.

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

Color convert

RGB 210 214 73 -
CMYK 0.02 0 0.66 0.16
HSL 61.7º 0.63% 0.56% -
HSV(B) 61.7º 0.66% 0.84% -
XYZ 51.83 62.28 15.59 -
YUV 196.73 58.17 137.46 -
System Red Green Blue C M Y K H S L
Decimal 210 214 73 0.02 0 0.66 0.16 61.7 0.63 0.56
Hex D2 D6 49 2 0 42 10 3E 3F 38
Octal 322 326 111 2 0 102 20 76 77 70
Binary 11010010 11010110 1001001 10 0 1000010 10000 111110 111111 111000

Color Harmonies of #D2D649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D649

Black with #D2D649

Text Example


Text Example

White with #D2D649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D649; }

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

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

background-color css

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

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

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

border-color css

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

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

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