Html Css Color HEX #DCB515 Sunflower

📋 copy color: '#DCB515'

red 220 ◦ green 181 ◦ blue 21

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

Shades of Sunflower #DCB515

Tints of Sunflower #DCB515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

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

R = 52.13%
G = 42.89%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB515 (or 0xDCB515) is known color: Sunflower. HEX triplet: DC, B5 and 15. RGB value is (220,181,21). Sum of RGB (Red+Green+Blue) = 220+181+21=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB515 is #234AEA. Grayscale: #AFAFAF. Windows color (decimal): -2312939 or 1422812. OLE color: 1422812.

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

Color convert

RGB 220 181 21 -
CMYK 0 0.18 0.90 0.14
HSL 48.24º 0.83% 0.47% -
HSV(B) 48.24º 0.9% 0.86% -
XYZ 46.17 48.32 7.6 -
YUV 174.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 220 181 21 0 0.18 0.90 0.14 48.24 0.83 0.47
Hex DC B5 15 0 12 5A E 30 53 2F
Octal 334 265 25 0 22 132 16 60 123 57
Binary 11011100 10110101 10101 0 10010 1011010 1110 110000 1010011 101111

Color Harmonies of #DCB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB515

Black with #DCB515

Text Example


Text Example

White with #DCB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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