Html Css Color HEX #DCB411 Sunflower

📋 copy color: '#DCB411'

red 220 ◦ green 180 ◦ blue 17

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

Shades of Sunflower #DCB411

Tints of Sunflower #DCB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 52.76%
G = 43.17%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB411 (or 0xDCB411) is known color: Sunflower. HEX triplet: DC, B4 and 11. RGB value is (220,180,17). Sum of RGB (Red+Green+Blue) = 220+180+17=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB411 is #234BEE. Grayscale: #AEAEAE. Windows color (decimal): -2313199 or 1160412. OLE color: 1160412.

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

Color convert

RGB 220 180 17 -
CMYK 0 0.18 0.92 0.14
HSL 48.18º 0.86% 0.46% -
HSV(B) 48.18º 0.92% 0.86% -
XYZ 45.94 47.9 7.35 -
YUV 173.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 220 180 17 0 0.18 0.92 0.14 48.18 0.86 0.46
Hex DC B4 11 0 12 5C E 30 56 2E
Octal 334 264 21 0 22 134 16 60 126 56
Binary 11011100 10110100 10001 0 10010 1011100 1110 110000 1010110 101110

Color Harmonies of #DCB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB411

Black with #DCB411

Text Example


Text Example

White with #DCB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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