Html Css Color HEX #D5D445 Wattle

📋 copy color: '#D5D445'

red 213 ◦ green 212 ◦ blue 69

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

Shades of Wattle #D5D445

Tints of Wattle #D5D445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.91%

 BLUE value IS 69 (27.34% from 255) = 13.97%

R = 43.12%
G = 42.91%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5D445 (or 0xD5D445) is known color: Wattle. HEX triplet: D5, D4 and 45. RGB value is (213,212,69). Sum of RGB (Red+Green+Blue) = 213+212+69=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D445 is #2A2BBA. Grayscale: #C4C4C4. Windows color (decimal): -2763707 or 4576469. OLE color: 4576469.

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

Color convert

RGB 213 212 69 -
CMYK 0 0.00 0.68 0.16
HSL 59.58º 0.63% 0.55% -
HSV(B) 59.58º 0.68% 0.84% -
XYZ 52.06 61.66 14.79 -
YUV 196 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 213 212 69 0 0.00 0.68 0.16 59.58 0.63 0.55
Hex D5 D4 45 0 0 44 10 3C 3F 37
Octal 325 324 105 0 0 104 20 74 77 67
Binary 11010101 11010100 1000101 0 0 1000100 10000 111100 111111 110111

Color Harmonies of #D5D445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D445

Black with #D5D445

Text Example


Text Example

White with #D5D445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D445; }

 p { color: rgb(213,212,69); }

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

background-color css

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

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

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

border-color css

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

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

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