Html Css Color HEX #DCB614 Sunflower

📋 copy color: '#DCB614'

red 220 ◦ green 182 ◦ blue 20

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

Shades of Sunflower #DCB614

Tints of Sunflower #DCB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 52.13%
G = 43.13%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB614 (or 0xDCB614) is known color: Sunflower. HEX triplet: DC, B6 and 14. RGB value is (220,182,20). Sum of RGB (Red+Green+Blue) = 220+182+20=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB614 is #2349EB. Grayscale: #AFAFAF. Windows color (decimal): -2312684 or 1357532. OLE color: 1357532.

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

Color convert

RGB 220 182 20 -
CMYK 0 0.17 0.91 0.14
HSL 48.6º 0.83% 0.47% -
HSV(B) 48.6º 0.91% 0.86% -
XYZ 46.37 48.72 7.62 -
YUV 174.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 220 182 20 0 0.17 0.91 0.14 48.6 0.83 0.47
Hex DC B6 14 0 11 5B E 31 53 2F
Octal 334 266 24 0 21 133 16 61 123 57
Binary 11011100 10110110 10100 0 10001 1011011 1110 110001 1010011 101111

Color Harmonies of #DCB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB614

Black with #DCB614

Text Example


Text Example

White with #DCB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB614; }

 p { color: rgb(220,182,20); }

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

background-color css

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

 a { background-color: rgb(220,182,20); }

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

border-color css

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

 span { border-color: rgb(220,182,20); }

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