Html Css Color HEX #DCB315 Sunflower

📋 copy color: '#DCB315'

red 220 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #DCB315

Tints of Sunflower #DCB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 52.38%
G = 42.62%
B = 5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB315 (or 0xDCB315) is known color: Sunflower. HEX triplet: DC, B3 and 15. RGB value is (220,179,21). Sum of RGB (Red+Green+Blue) = 220+179+21=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB315 is #234CEA. Grayscale: #ADADAD. Windows color (decimal): -2313451 or 1422300. OLE color: 1422300.

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

Color convert

RGB 220 179 21 -
CMYK 0 0.19 0.90 0.14
HSL 47.64º 0.83% 0.47% -
HSV(B) 47.64º 0.9% 0.86% -
XYZ 45.77 47.51 7.47 -
YUV 173.25 42.08 161.35 -
System Red Green Blue C M Y K H S L
Decimal 220 179 21 0 0.19 0.90 0.14 47.64 0.83 0.47
Hex DC B3 15 0 13 5A E 30 53 2F
Octal 334 263 25 0 23 132 16 60 123 57
Binary 11011100 10110011 10101 0 10011 1011010 1110 110000 1010011 101111

Color Harmonies of #DCB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB315

Black with #DCB315

Text Example


Text Example

White with #DCB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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