Html Css Color HEX #DCB71F Sunflower

📋 copy color: '#DCB71F'

red 220 ◦ green 183 ◦ blue 31

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

Shades of Sunflower #DCB71F

Tints of Sunflower #DCB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

 BLUE value IS 31 (12.5% from 255) = 7.14%

R = 50.69%
G = 42.17%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCB71F (or 0xDCB71F) is known color: Sunflower. HEX triplet: DC, B7 and 1F. RGB value is (220,183,31). Sum of RGB (Red+Green+Blue) = 220+183+31=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71F is #2348E0. Grayscale: #B1B1B1. Windows color (decimal): -2312417 or 2078684. OLE color: 2078684.

HSL color Cylindrical-coordinate representation of color #DCB71F: hue angle of 48.25º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCB71F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 31 -
CMYK 0 0.17 0.86 0.14
HSL 48.25º 0.75% 0.49% -
HSV(B) 48.25º 0.86% 0.86% -
XYZ 46.7 49.18 8.33 -
YUV 176.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 220 183 31 0 0.17 0.86 0.14 48.25 0.75 0.49
Hex DC B7 1F 0 11 56 E 30 4B 31
Octal 334 267 37 0 21 126 16 60 113 61
Binary 11011100 10110111 11111 0 10001 1010110 1110 110000 1001011 110001

Color Harmonies of #DCB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB71F

Black with #DCB71F

Text Example


Text Example

White with #DCB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB71F; }

 p { color: rgb(220,183,31); }

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

background-color css

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

 a { background-color: rgb(220,183,31); }

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

border-color css

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

 span { border-color: rgb(220,183,31); }

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