Html Css Color HEX #D5D341 Wattle

📋 copy color: '#D5D341'

red 213 ◦ green 211 ◦ blue 65

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

Shades of Wattle #D5D341

Tints of Wattle #D5D341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.29%

R = 43.56%
G = 43.15%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5D341 (or 0xD5D341) is known color: Wattle. HEX triplet: D5, D3 and 41. RGB value is (213,211,65). Sum of RGB (Red+Green+Blue) = 213+211+65=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D341 is #2A2CBE. Grayscale: #C3C3C3. Windows color (decimal): -2763967 or 4314069. OLE color: 4314069.

HSL color Cylindrical-coordinate representation of color #D5D341: hue angle of 59.19º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5D341 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 65 -
CMYK 0 0.01 0.69 0.16
HSL 59.19º 0.64% 0.55% -
HSV(B) 59.19º 0.69% 0.84% -
XYZ 51.69 61.12 14.07 -
YUV 194.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 213 211 65 0 0.01 0.69 0.16 59.19 0.64 0.55
Hex D5 D3 41 0 1 45 10 3B 40 37
Octal 325 323 101 0 1 105 20 73 100 67
Binary 11010101 11010011 1000001 0 1 1000101 10000 111011 1000000 110111

Color Harmonies of #D5D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D341

Black with #D5D341

Text Example


Text Example

White with #D5D341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D341; }

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

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

background-color css

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

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

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

border-color css

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

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

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