Html Css Color HEX #DCC811 Sunflower

📋 copy color: '#DCC811'

red 220 ◦ green 200 ◦ blue 17

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

Shades of Sunflower #DCC811

Tints of Sunflower #DCC811

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.77%

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

R = 50.34%
G = 45.77%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC811 (or 0xDCC811) is known color: Sunflower. HEX triplet: DC, C8 and 11. RGB value is (220,200,17). Sum of RGB (Red+Green+Blue) = 220+200+17=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC811 is #2337EE. Grayscale: #B9B9B9. Windows color (decimal): -2308079 or 1165532. OLE color: 1165532.

HSL color Cylindrical-coordinate representation of color #DCC811: hue angle of 54.09º 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 #DCC811 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 17 -
CMYK 0 0.09 0.92 0.14
HSL 54.09º 0.86% 0.46% -
HSV(B) 54.09º 0.92% 0.86% -
XYZ 50.27 56.56 8.8 -
YUV 185.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 220 200 17 0 0.09 0.92 0.14 54.09 0.86 0.46
Hex DC C8 11 0 9 5C E 36 56 2E
Octal 334 310 21 0 11 134 16 66 126 56
Binary 11011100 11001000 10001 0 1001 1011100 1110 110110 1010110 101110

Color Harmonies of #DCC811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC811

Black with #DCC811

Text Example


Text Example

White with #DCC811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC811; }

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

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

background-color css

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

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

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

border-color css

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

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

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