Html Css Color HEX #DCB715 Sunflower

📋 copy color: '#DCB715'

red 220 ◦ green 183 ◦ blue 21

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

Shades of Sunflower #DCB715

Tints of Sunflower #DCB715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 51.89%
G = 43.16%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB715 (or 0xDCB715) is known color: Sunflower. HEX triplet: DC, B7 and 15. RGB value is (220,183,21). Sum of RGB (Red+Green+Blue) = 220+183+21=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB715 is #2348EA. Grayscale: #B0B0B0. Windows color (decimal): -2312427 or 1423324. OLE color: 1423324.

HSL color Cylindrical-coordinate representation of color #DCB715: hue angle of 48.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCB715 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 21 -
CMYK 0 0.17 0.90 0.14
HSL 48.84º 0.83% 0.47% -
HSV(B) 48.84º 0.9% 0.86% -
XYZ 46.58 49.14 7.74 -
YUV 175.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 220 183 21 0 0.17 0.90 0.14 48.84 0.83 0.47
Hex DC B7 15 0 11 5A E 31 53 2F
Octal 334 267 25 0 21 132 16 61 123 57
Binary 11011100 10110111 10101 0 10001 1011010 1110 110001 1010011 101111

Color Harmonies of #DCB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB715

Black with #DCB715

Text Example


Text Example

White with #DCB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB715; }

 p { color: rgb(220,183,21); }

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

background-color css

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

 a { background-color: rgb(220,183,21); }

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

border-color css

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

 span { border-color: rgb(220,183,21); }

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