Html Css Color HEX #DCB817 Sunflower

📋 copy color: '#DCB817'

red 220 ◦ green 184 ◦ blue 23

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

Shades of Sunflower #DCB817

Tints of Sunflower #DCB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

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

R = 51.52%
G = 43.09%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB817 (or 0xDCB817) is known color: Sunflower. HEX triplet: DC, B8 and 17. RGB value is (220,184,23). Sum of RGB (Red+Green+Blue) = 220+184+23=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB817 is #2347E8. Grayscale: #B1B1B1. Windows color (decimal): -2312169 or 1554652. OLE color: 1554652.

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

Color convert

RGB 220 184 23 -
CMYK 0 0.16 0.90 0.14
HSL 49.04º 0.81% 0.48% -
HSV(B) 49.04º 0.9% 0.86% -
XYZ 46.81 49.56 7.91 -
YUV 176.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 220 184 23 0 0.16 0.90 0.14 49.04 0.81 0.48
Hex DC B8 17 0 10 5A E 31 51 30
Octal 334 270 27 0 20 132 16 61 121 60
Binary 11011100 10111000 10111 0 10000 1011010 1110 110001 1010001 110000

Color Harmonies of #DCB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB817

Black with #DCB817

Text Example


Text Example

White with #DCB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB817; }

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

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

background-color css

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

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

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

border-color css

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

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

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