Html Css Color HEX #D5D344 Wattle

📋 copy color: '#D5D344'

red 213 ◦ green 211 ◦ blue 68

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

Shades of Wattle #D5D344

Tints of Wattle #D5D344

RGB

 RED value IS 213 (83.59% from 255) = 43.29%

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 68 (26.95% from 255) = 13.82%

R = 43.29%
G = 42.89%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5D344 (or 0xD5D344) is known color: Wattle. HEX triplet: D5, D3 and 44. RGB value is (213,211,68). Sum of RGB (Red+Green+Blue) = 213+211+68=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D344 is #2A2CBB. Grayscale: #C3C3C3. Windows color (decimal): -2763964 or 4510677. OLE color: 4510677.

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

Color convert

RGB 213 211 68 -
CMYK 0 0.01 0.68 0.16
HSL 59.17º 0.63% 0.55% -
HSV(B) 59.17º 0.68% 0.84% -
XYZ 51.78 61.15 14.54 -
YUV 195.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 213 211 68 0 0.01 0.68 0.16 59.17 0.63 0.55
Hex D5 D3 44 0 1 44 10 3B 3F 37
Octal 325 323 104 0 1 104 20 73 77 67
Binary 11010101 11010011 1000100 0 1 1000100 10000 111011 111111 110111

Color Harmonies of #D5D344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D344

Black with #D5D344

Text Example


Text Example

White with #D5D344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D344; }

 p { color: rgb(213,211,68); }

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

background-color css

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

 a { background-color: rgb(213,211,68); }

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

border-color css

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

 span { border-color: rgb(213,211,68); }

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