Html Css Color HEX #D5D03C Wattle

📋 copy color: '#D5D03C'

red 213 ◦ green 208 ◦ blue 60

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

Shades of Wattle #D5D03C

Tints of Wattle #D5D03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.47%

R = 44.28%
G = 43.24%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5D03C (or 0xD5D03C) is known color: Wattle. HEX triplet: D5, D0 and 3C. RGB value is (213,208,60). Sum of RGB (Red+Green+Blue) = 213+208+60=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D03C is #2A2FC3. Grayscale: #C1C1C1. Windows color (decimal): -2764740 or 3985621. OLE color: 3985621.

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

Color convert

RGB 213 208 60 -
CMYK 0 0.02 0.72 0.16
HSL 58.04º 0.65% 0.54% -
HSV(B) 58.04º 0.72% 0.84% -
XYZ 50.81 59.58 13.1 -
YUV 192.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 213 208 60 0 0.02 0.72 0.16 58.04 0.65 0.54
Hex D5 D0 3C 0 2 48 10 3A 41 36
Octal 325 320 74 0 2 110 20 72 101 66
Binary 11010101 11010000 111100 0 10 1001000 10000 111010 1000001 110110

Color Harmonies of #D5D03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D03C

Black with #D5D03C

Text Example


Text Example

White with #D5D03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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