Html Css Color HEX #DCB113 Sunflower

📋 copy color: '#DCB113'

red 220 ◦ green 177 ◦ blue 19

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

Shades of Sunflower #DCB113

Tints of Sunflower #DCB113

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

 BLUE value IS 19 (7.81% from 255) = 4.57%

R = 52.88%
G = 42.55%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB113 (or 0xDCB113) is known color: Sunflower. HEX triplet: DC, B1 and 13. RGB value is (220,177,19). Sum of RGB (Red+Green+Blue) = 220+177+19=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB113 is #234EEC. Grayscale: #ACACAC. Windows color (decimal): -2313965 or 1290716. OLE color: 1290716.

HSL color Cylindrical-coordinate representation of color #DCB113: hue angle of 47.16º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCB113 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 19 -
CMYK 0 0.20 0.91 0.14
HSL 47.16º 0.84% 0.47% -
HSV(B) 47.16º 0.91% 0.86% -
XYZ 45.35 46.71 7.24 -
YUV 171.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 220 177 19 0 0.20 0.91 0.14 47.16 0.84 0.47
Hex DC B1 13 0 14 5B E 2F 54 2F
Octal 334 261 23 0 24 133 16 57 124 57
Binary 11011100 10110001 10011 0 10100 1011011 1110 101111 1010100 101111

Color Harmonies of #DCB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB113

Black with #DCB113

Text Example


Text Example

White with #DCB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB113; }

 p { color: rgb(220,177,19); }

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

background-color css

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

 a { background-color: rgb(220,177,19); }

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

border-color css

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

 span { border-color: rgb(220,177,19); }

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