Html Css Color HEX #D2D240 Wattle

📋 copy color: '#D2D240'

red 210 ◦ green 210 ◦ blue 64

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

Shades of Wattle #D2D240

Tints of Wattle #D2D240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 43.39%
G = 43.39%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2D240 (or 0xD2D240) is known color: Wattle. HEX triplet: D2, D2 and 40. RGB value is (210,210,64). Sum of RGB (Red+Green+Blue) = 210+210+64=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D240 is #2D2DBF. Grayscale: #C1C1C1. Windows color (decimal): -2960832 or 4248274. OLE color: 4248274.

HSL color Cylindrical-coordinate representation of color #D2D240: hue angle of 60º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2D240 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 210 64 -
CMYK 0 0 0.70 0.18
HSL 60º 0.62% 0.54% -
HSV(B) 60º 0.7% 0.82% -
XYZ 50.55 60.16 13.8 -
YUV 193.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 210 210 64 0 0 0.70 0.18 60 0.62 0.54
Hex D2 D2 40 0 0 46 12 3C 3E 36
Octal 322 322 100 0 0 106 22 74 76 66
Binary 11010010 11010010 1000000 0 0 1000110 10010 111100 111110 110110

Color Harmonies of #D2D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D240

Black with #D2D240

Text Example


Text Example

White with #D2D240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D240; }

 p { color: rgb(210,210,64); }

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

background-color css

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

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

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

border-color css

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

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

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