Html Css Color HEX #DCD13D Wattle

📋 copy color: '#DCD13D'

red 220 ◦ green 209 ◦ blue 61

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

Shades of Wattle #DCD13D

Tints of Wattle #DCD13D

RGB

 RED value IS 220 (86.33% from 255) = 44.9%

 GREEN value IS 209 (82.03% from 255) = 42.65%

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

R = 44.9%
G = 42.65%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCD13D (or 0xDCD13D) is known color: Wattle. HEX triplet: DC, D1 and 3D. RGB value is (220,209,61). Sum of RGB (Red+Green+Blue) = 220+209+61=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD13D is #232EC2. Grayscale: #C4C4C4. Windows color (decimal): -2305731 or 4051420. OLE color: 4051420.

HSL color Cylindrical-coordinate representation of color #DCD13D: hue angle of 55.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCD13D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 61 -
CMYK 0 0.05 0.72 0.14
HSL 55.85º 0.69% 0.55% -
HSV(B) 55.85º 0.72% 0.86% -
XYZ 53.16 61.15 13.42 -
YUV 195.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 220 209 61 0 0.05 0.72 0.14 55.85 0.69 0.55
Hex DC D1 3D 0 5 48 E 38 45 37
Octal 334 321 75 0 5 110 16 70 105 67
Binary 11011100 11010001 111101 0 101 1001000 1110 111000 1000101 110111

Color Harmonies of #DCD13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD13D

Black with #DCD13D

Text Example


Text Example

White with #DCD13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD13D; }

 p { color: rgb(220,209,61); }

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

background-color css

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

 a { background-color: rgb(220,209,61); }

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

border-color css

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

 span { border-color: rgb(220,209,61); }

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