Html Css Color HEX #DCD13F Wattle

📋 copy color: '#DCD13F'

red 220 ◦ green 209 ◦ blue 63

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

Shades of Wattle #DCD13F

Tints of Wattle #DCD13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.8%

R = 44.72%
G = 42.48%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD13F (or 0xDCD13F) is known color: Wattle. HEX triplet: DC, D1 and 3F. RGB value is (220,209,63). Sum of RGB (Red+Green+Blue) = 220+209+63=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD13F is #232EC0. Grayscale: #C4C4C4. Windows color (decimal): -2305729 or 4182492. OLE color: 4182492.

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

Color convert

RGB 220 209 63 -
CMYK 0 0.05 0.71 0.14
HSL 55.8º 0.69% 0.55% -
HSV(B) 55.8º 0.71% 0.86% -
XYZ 53.21 61.18 13.71 -
YUV 195.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 220 209 63 0 0.05 0.71 0.14 55.8 0.69 0.55
Hex DC D1 3F 0 5 47 E 38 45 37
Octal 334 321 77 0 5 107 16 70 105 67
Binary 11011100 11010001 111111 0 101 1000111 1110 111000 1000101 110111

Color Harmonies of #DCD13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD13F

Black with #DCD13F

Text Example


Text Example

White with #DCD13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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