Html Css Color HEX #DCB70E Sunflower

📋 copy color: '#DCB70E'

red 220 ◦ green 183 ◦ blue 14

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

Shades of Sunflower #DCB70E

Tints of Sunflower #DCB70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 52.76%
G = 43.88%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB70E (or 0xDCB70E) is known color: Sunflower. HEX triplet: DC, B7 and 0E. RGB value is (220,183,14). Sum of RGB (Red+Green+Blue) = 220+183+14=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB70E is #2348F1. Grayscale: #AFAFAF. Windows color (decimal): -2312434 or 964572. OLE color: 964572.

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

Color convert

RGB 220 183 14 -
CMYK 0 0.17 0.94 0.14
HSL 49.22º 0.88% 0.46% -
HSV(B) 49.22º 0.94% 0.86% -
XYZ 46.53 49.11 7.44 -
YUV 174.8 37.26 160.24 -
System Red Green Blue C M Y K H S L
Decimal 220 183 14 0 0.17 0.94 0.14 49.22 0.88 0.46
Hex DC B7 E 0 11 5E E 31 58 2E
Octal 334 267 16 0 21 136 16 61 130 56
Binary 11011100 10110111 1110 0 10001 1011110 1110 110001 1011000 101110

Color Harmonies of #DCB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB70E

Black with #DCB70E

Text Example


Text Example

White with #DCB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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