Html Css Color HEX #DCB517 Sunflower

📋 copy color: '#DCB517'

red 220 ◦ green 181 ◦ blue 23

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

Shades of Sunflower #DCB517

Tints of Sunflower #DCB517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.42%

R = 51.89%
G = 42.69%
B = 5.42%

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

#DCB517 (or 0xDCB517) is known color: Sunflower. HEX triplet: DC, B5 and 17. RGB value is (220,181,23). Sum of RGB (Red+Green+Blue) = 220+181+23=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB517 is #234AE8. Grayscale: #AFAFAF. Windows color (decimal): -2312937 or 1553884. OLE color: 1553884.

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

Color convert

RGB 220 181 23 -
CMYK 0 0.18 0.90 0.14
HSL 48.12º 0.81% 0.48% -
HSV(B) 48.12º 0.9% 0.86% -
XYZ 46.19 48.33 7.7 -
YUV 174.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 220 181 23 0 0.18 0.90 0.14 48.12 0.81 0.48
Hex DC B5 17 0 12 5A E 30 51 30
Octal 334 265 27 0 22 132 16 60 121 60
Binary 11011100 10110101 10111 0 10010 1011010 1110 110000 1010001 110000

Color Harmonies of #DCB517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB517

Black with #DCB517

Text Example


Text Example

White with #DCB517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB517; }

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

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

background-color css

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

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

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

border-color css

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

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

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