Html Css Color HEX #DCC711 Sunflower

📋 copy color: '#DCC711'

red 220 ◦ green 199 ◦ blue 17

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

Shades of Sunflower #DCC711

Tints of Sunflower #DCC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

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

R = 50.46%
G = 45.64%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC711 (or 0xDCC711) is known color: Sunflower. HEX triplet: DC, C7 and 11. RGB value is (220,199,17). Sum of RGB (Red+Green+Blue) = 220+199+17=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC711 is #2338EE. Grayscale: #B9B9B9. Windows color (decimal): -2308335 or 1165276. OLE color: 1165276.

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

Color convert

RGB 220 199 17 -
CMYK 0 0.10 0.92 0.14
HSL 53.79º 0.86% 0.46% -
HSV(B) 53.79º 0.92% 0.86% -
XYZ 50.04 56.1 8.72 -
YUV 184.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 220 199 17 0 0.10 0.92 0.14 53.79 0.86 0.46
Hex DC C7 11 0 A 5C E 36 56 2E
Octal 334 307 21 0 12 134 16 66 126 56
Binary 11011100 11000111 10001 0 1010 1011100 1110 110110 1010110 101110

Color Harmonies of #DCC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC711

Black with #DCC711

Text Example


Text Example

White with #DCC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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