Html Css Color HEX #D5D03A Wattle

📋 copy color: '#D5D03A'

red 213 ◦ green 208 ◦ blue 58

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

Shades of Wattle #D5D03A

Tints of Wattle #D5D03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 44.47%
G = 43.42%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5D03A (or 0xD5D03A) is known color: Wattle. HEX triplet: D5, D0 and 3A. RGB value is (213,208,58). Sum of RGB (Red+Green+Blue) = 213+208+58=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D03A is #2A2FC5. Grayscale: #C1C1C1. Windows color (decimal): -2764742 or 3854549. OLE color: 3854549.

HSL color Cylindrical-coordinate representation of color #D5D03A: hue angle of 58.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5D03A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 58 -
CMYK 0 0.02 0.73 0.16
HSL 58.06º 0.65% 0.53% -
HSV(B) 58.06º 0.73% 0.84% -
XYZ 50.76 59.56 12.82 -
YUV 192.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 213 208 58 0 0.02 0.73 0.16 58.06 0.65 0.53
Hex D5 D0 3A 0 2 49 10 3A 41 35
Octal 325 320 72 0 2 111 20 72 101 65
Binary 11010101 11010000 111010 0 10 1001001 10000 111010 1000001 110101

Color Harmonies of #D5D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D03A

Black with #D5D03A

Text Example


Text Example

White with #D5D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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