Html Css Color HEX #D2D540 Wattle

📋 copy color: '#D2D540'

red 210 ◦ green 213 ◦ blue 64

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

Shades of Wattle #D2D540

Tints of Wattle #D2D540

RGB

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

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

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

R = 43.12%
G = 43.74%
B = 13.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D2D540 (or 0xD2D540) is known color: Wattle. HEX triplet: D2, D5 and 40. RGB value is (210,213,64). Sum of RGB (Red+Green+Blue) = 210+213+64=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D540 is #2D2ABF. Grayscale: #C3C3C3. Windows color (decimal): -2960064 or 4249042. OLE color: 4249042.

HSL color Cylindrical-coordinate representation of color #D2D540: hue angle of 61.21º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2D540 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 213 64 -
CMYK 0.01 0 0.70 0.16
HSL 61.21º 0.64% 0.54% -
HSV(B) 61.21º 0.7% 0.84% -
XYZ 51.3 61.66 14.05 -
YUV 195.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 210 213 64 0.01 0 0.70 0.16 61.21 0.64 0.54
Hex D2 D5 40 1 0 46 10 3D 40 36
Octal 322 325 100 1 0 106 20 75 100 66
Binary 11010010 11010101 1000000 1 0 1000110 10000 111101 1000000 110110

Color Harmonies of #D2D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D540

Black with #D2D540

Text Example


Text Example

White with #D2D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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