Html Css Color HEX #D5D045 Wattle

📋 copy color: '#D5D045'

red 213 ◦ green 208 ◦ blue 69

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

Shades of Wattle #D5D045

Tints of Wattle #D5D045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

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

R = 43.47%
G = 42.45%
B = 14.08%

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

#D5D045 (or 0xD5D045) is known color: Wattle. HEX triplet: D5, D0 and 45. RGB value is (213,208,69). Sum of RGB (Red+Green+Blue) = 213+208+69=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D045 is #2A2FBA. Grayscale: #C2C2C2. Windows color (decimal): -2764731 or 4575445. OLE color: 4575445.

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

Color convert

RGB 213 208 69 -
CMYK 0 0.02 0.68 0.16
HSL 57.92º 0.63% 0.55% -
HSV(B) 57.92º 0.68% 0.84% -
XYZ 51.07 59.69 14.46 -
YUV 193.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 213 208 69 0 0.02 0.68 0.16 57.92 0.63 0.55
Hex D5 D0 45 0 2 44 10 3A 3F 37
Octal 325 320 105 0 2 104 20 72 77 67
Binary 11010101 11010000 1000101 0 10 1000100 10000 111010 111111 110111

Color Harmonies of #D5D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D045

Black with #D5D045

Text Example


Text Example

White with #D5D045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D045; }

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

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

background-color css

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

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

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

border-color css

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

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

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