Html Css Color HEX #DCB90F Sunflower

📋 copy color: '#DCB90F'

red 220 ◦ green 185 ◦ blue 15

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

Shades of Sunflower #DCB90F

Tints of Sunflower #DCB90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 52.38%
G = 44.05%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB90F (or 0xDCB90F) is known color: Sunflower. HEX triplet: DC, B9 and 0F. RGB value is (220,185,15). Sum of RGB (Red+Green+Blue) = 220+185+15=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB90F is #2346F0. Grayscale: #B0B0B0. Windows color (decimal): -2311921 or 1030620. OLE color: 1030620.

HSL color Cylindrical-coordinate representation of color #DCB90F: hue angle of 49.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCB90F is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 15 -
CMYK 0 0.16 0.93 0.14
HSL 49.76º 0.87% 0.46% -
HSV(B) 49.76º 0.93% 0.86% -
XYZ 46.95 49.95 7.62 -
YUV 176.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 220 185 15 0 0.16 0.93 0.14 49.76 0.87 0.46
Hex DC B9 F 0 10 5D E 32 57 2E
Octal 334 271 17 0 20 135 16 62 127 56
Binary 11011100 10111001 1111 0 10000 1011101 1110 110010 1010111 101110

Color Harmonies of #DCB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB90F

Black with #DCB90F

Text Example


Text Example

White with #DCB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB90F; }

 p { color: rgb(220,185,15); }

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

background-color css

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

 a { background-color: rgb(220,185,15); }

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

border-color css

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

 span { border-color: rgb(220,185,15); }

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