Html Css Color HEX #D2D138 Wattle

📋 copy color: '#D2D138'

red 210 ◦ green 209 ◦ blue 56

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

Shades of Wattle #D2D138

Tints of Wattle #D2D138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 56 (22.27% from 255) = 11.79%

R = 44.21%
G = 44%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2D138 (or 0xD2D138) is known color: Wattle. HEX triplet: D2, D1 and 38. RGB value is (210,209,56). Sum of RGB (Red+Green+Blue) = 210+209+56=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D138 is #2D2EC7. Grayscale: #C0C0C0. Windows color (decimal): -2961096 or 3723730. OLE color: 3723730.

HSL color Cylindrical-coordinate representation of color #D2D138: hue angle of 59.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2D138 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 209 56 -
CMYK 0 0.00 0.73 0.18
HSL 59.61º 0.63% 0.52% -
HSV(B) 59.61º 0.73% 0.82% -
XYZ 50.09 59.59 12.6 -
YUV 191.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 210 209 56 0 0.00 0.73 0.18 59.61 0.63 0.52
Hex D2 D1 38 0 0 49 12 3C 3F 34
Octal 322 321 70 0 0 111 22 74 77 64
Binary 11010010 11010001 111000 0 0 1001001 10010 111100 111111 110100

Color Harmonies of #D2D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D138

Black with #D2D138

Text Example


Text Example

White with #D2D138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D138; }

 p { color: rgb(210,209,56); }

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

background-color css

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

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

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

border-color css

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

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

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