Html Css Color HEX #D5D345 Wattle

📋 copy color: '#D5D345'

red 213 ◦ green 211 ◦ blue 69

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

Shades of Wattle #D5D345

Tints of Wattle #D5D345

RGB

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

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

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

R = 43.2%
G = 42.8%
B = 14%

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

#D5D345 (or 0xD5D345) is known color: Wattle. HEX triplet: D5, D3 and 45. RGB value is (213,211,69). Sum of RGB (Red+Green+Blue) = 213+211+69=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D345 is #2A2CBA. Grayscale: #C3C3C3. Windows color (decimal): -2763963 or 4576213. OLE color: 4576213.

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

Color convert

RGB 213 211 69 -
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.81 61.16 14.71 -
YUV 195.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 213 211 69 0 0.01 0.68 0.16 59.17 0.63 0.55
Hex D5 D3 45 0 1 44 10 3B 3F 37
Octal 325 323 105 0 1 104 20 73 77 67
Binary 11010101 11010011 1000101 0 1 1000100 10000 111011 111111 110111

Color Harmonies of #D5D345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D345

Black with #D5D345

Text Example


Text Example

White with #D5D345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D345; }

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

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

background-color css

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

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

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

border-color css

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

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

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