Html Css Color HEX #D5D03D Wattle

📋 copy color: '#D5D03D'

red 213 ◦ green 208 ◦ blue 61

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

Shades of Wattle #D5D03D

Tints of Wattle #D5D03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.66%

R = 44.19%
G = 43.15%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5D03D (or 0xD5D03D) is known color: Wattle. HEX triplet: D5, D0 and 3D. RGB value is (213,208,61). Sum of RGB (Red+Green+Blue) = 213+208+61=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D03D is #2A2FC2. Grayscale: #C1C1C1. Windows color (decimal): -2764739 or 4051157. OLE color: 4051157.

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

Color convert

RGB 213 208 61 -
CMYK 0 0.02 0.71 0.16
HSL 58.03º 0.64% 0.54% -
HSV(B) 58.03º 0.71% 0.84% -
XYZ 50.84 59.59 13.24 -
YUV 192.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 213 208 61 0 0.02 0.71 0.16 58.03 0.64 0.54
Hex D5 D0 3D 0 2 47 10 3A 40 36
Octal 325 320 75 0 2 107 20 72 100 66
Binary 11010101 11010000 111101 0 10 1000111 10000 111010 1000000 110110

Color Harmonies of #D5D03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D03D

Black with #D5D03D

Text Example


Text Example

White with #D5D03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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