Html Css Color HEX #D5D544 Wattle

📋 copy color: '#D5D544'

red 213 ◦ green 213 ◦ blue 68

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

Shades of Wattle #D5D544

Tints of Wattle #D5D544

RGB

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

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

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

R = 43.12%
G = 43.12%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5D544 (or 0xD5D544) is known color: Wattle. HEX triplet: D5, D5 and 44. RGB value is (213,213,68). Sum of RGB (Red+Green+Blue) = 213+213+68=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D544 is #2A2ABB. Grayscale: #C5C5C5. Windows color (decimal): -2763452 or 4511189. OLE color: 4511189.

HSL color Cylindrical-coordinate representation of color #D5D544: hue angle of 60º 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 #D5D544 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 213 68 -
CMYK 0 0 0.68 0.16
HSL 60º 0.63% 0.55% -
HSV(B) 60º 0.68% 0.84% -
XYZ 52.28 62.15 14.71 -
YUV 196.47 55.5 139.79 -
System Red Green Blue C M Y K H S L
Decimal 213 213 68 0 0 0.68 0.16 60 0.63 0.55
Hex D5 D5 44 0 0 44 10 3C 3F 37
Octal 325 325 104 0 0 104 20 74 77 67
Binary 11010101 11010101 1000100 0 0 1000100 10000 111100 111111 110111

Color Harmonies of #D5D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D544

Black with #D5D544

Text Example


Text Example

White with #D5D544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D544; }

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

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

background-color css

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

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

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

border-color css

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

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

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