Html Css Color HEX #DCD011 Sunflower

📋 copy color: '#DCD011'

red 220 ◦ green 208 ◦ blue 17

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

Shades of Sunflower #DCD011

Tints of Sunflower #DCD011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.82%

R = 49.44%
G = 46.74%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCD011 (or 0xDCD011) is known color: Sunflower. HEX triplet: DC, D0 and 11. RGB value is (220,208,17). Sum of RGB (Red+Green+Blue) = 220+208+17=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD011 is #232FEE. Grayscale: #BEBEBE. Windows color (decimal): -2306031 or 1167580. OLE color: 1167580.

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

Color convert

RGB 220 208 17 -
CMYK 0 0.05 0.92 0.14
HSL 56.45º 0.86% 0.46% -
HSV(B) 56.45º 0.92% 0.86% -
XYZ 52.17 60.37 9.43 -
YUV 189.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 220 208 17 0 0.05 0.92 0.14 56.45 0.86 0.46
Hex DC D0 11 0 5 5C E 38 56 2E
Octal 334 320 21 0 5 134 16 70 126 56
Binary 11011100 11010000 10001 0 101 1011100 1110 111000 1010110 101110

Color Harmonies of #DCD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD011

Black with #DCD011

Text Example


Text Example

White with #DCD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD011; }

 p { color: rgb(220,208,17); }

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

background-color css

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

 a { background-color: rgb(220,208,17); }

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

border-color css

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

 span { border-color: rgb(220,208,17); }

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