Html Css Color HEX #DCBA17 Sunflower

📋 copy color: '#DCBA17'

red 220 ◦ green 186 ◦ blue 23

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

Shades of Sunflower #DCBA17

Tints of Sunflower #DCBA17

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

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

R = 51.28%
G = 43.36%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCBA17 (or 0xDCBA17) is known color: Sunflower. HEX triplet: DC, BA and 17. RGB value is (220,186,23). Sum of RGB (Red+Green+Blue) = 220+186+23=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA17 is #2345E8. Grayscale: #B2B2B2. Windows color (decimal): -2311657 or 1555164. OLE color: 1555164.

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

Color convert

RGB 220 186 23 -
CMYK 0 0.15 0.90 0.14
HSL 49.64º 0.81% 0.48% -
HSV(B) 49.64º 0.9% 0.86% -
XYZ 47.23 50.4 8.05 -
YUV 177.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 220 186 23 0 0.15 0.90 0.14 49.64 0.81 0.48
Hex DC BA 17 0 F 5A E 32 51 30
Octal 334 272 27 0 17 132 16 62 121 60
Binary 11011100 10111010 10111 0 1111 1011010 1110 110010 1010001 110000

Color Harmonies of #DCBA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA17

Black with #DCBA17

Text Example


Text Example

White with #DCBA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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