Html Css Color HEX #D2D543 Wattle

📋 copy color: '#D2D543'

red 210 ◦ green 213 ◦ blue 67

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

Shades of Wattle #D2D543

Tints of Wattle #D2D543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.67%

R = 42.86%
G = 43.47%
B = 13.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D2D543 (or 0xD2D543) is known color: Wattle. HEX triplet: D2, D5 and 43. RGB value is (210,213,67). Sum of RGB (Red+Green+Blue) = 210+213+67=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D543 is #2D2ABC. Grayscale: #C4C4C4. Windows color (decimal): -2960061 or 4445650. OLE color: 4445650.

HSL color Cylindrical-coordinate representation of color #D2D543: hue angle of 61.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2D543 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 213 67 -
CMYK 0.01 0 0.69 0.16
HSL 61.23º 0.63% 0.55% -
HSV(B) 61.23º 0.69% 0.84% -
XYZ 51.39 61.7 14.51 -
YUV 195.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 210 213 67 0.01 0 0.69 0.16 61.23 0.63 0.55
Hex D2 D5 43 1 0 45 10 3D 3F 37
Octal 322 325 103 1 0 105 20 75 77 67
Binary 11010010 11010101 1000011 1 0 1000101 10000 111101 111111 110111

Color Harmonies of #D2D543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D543

Black with #D2D543

Text Example


Text Example

White with #D2D543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D543; }

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

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

background-color css

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

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

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

border-color css

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

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

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