Html Css Color HEX #D5D144 Wattle

📋 copy color: '#D5D144'

red 213 ◦ green 209 ◦ blue 68

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

Shades of Wattle #D5D144

Tints of Wattle #D5D144

RGB

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

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

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

R = 43.47%
G = 42.65%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5D144 (or 0xD5D144) is known color: Wattle. HEX triplet: D5, D1 and 44. RGB value is (213,209,68). Sum of RGB (Red+Green+Blue) = 213+209+68=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D144 is #2A2EBB. Grayscale: #C2C2C2. Windows color (decimal): -2764476 or 4510165. OLE color: 4510165.

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

Color convert

RGB 213 209 68 -
CMYK 0 0.02 0.68 0.16
HSL 58.34º 0.63% 0.55% -
HSV(B) 58.34º 0.68% 0.84% -
XYZ 51.28 60.16 14.38 -
YUV 194.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 213 209 68 0 0.02 0.68 0.16 58.34 0.63 0.55
Hex D5 D1 44 0 2 44 10 3A 3F 37
Octal 325 321 104 0 2 104 20 72 77 67
Binary 11010101 11010001 1000100 0 10 1000100 10000 111010 111111 110111

Color Harmonies of #D5D144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D144

Black with #D5D144

Text Example


Text Example

White with #D5D144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D144; }

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

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

background-color css

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

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

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

border-color css

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

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

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