Html Css Color HEX #DCBC1E Sunflower

📋 copy color: '#DCBC1E'

red 220 ◦ green 188 ◦ blue 30

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

Shades of Sunflower #DCBC1E

Tints of Sunflower #DCBC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 50.23%
G = 42.92%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCBC1E (or 0xDCBC1E) is known color: Sunflower. HEX triplet: DC, BC and 1E. RGB value is (220,188,30). Sum of RGB (Red+Green+Blue) = 220+188+30=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC1E is #2343E1. Grayscale: #B4B4B4. Windows color (decimal): -2311138 or 2014428. OLE color: 2014428.

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

Color convert

RGB 220 188 30 -
CMYK 0 0.15 0.86 0.14
HSL 49.89º 0.76% 0.49% -
HSV(B) 49.89º 0.86% 0.86% -
XYZ 47.73 51.28 8.61 -
YUV 179.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 220 188 30 0 0.15 0.86 0.14 49.89 0.76 0.49
Hex DC BC 1E 0 F 56 E 32 4C 31
Octal 334 274 36 0 17 126 16 62 114 61
Binary 11011100 10111100 11110 0 1111 1010110 1110 110010 1001100 110001

Color Harmonies of #DCBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC1E

Black with #DCBC1E

Text Example


Text Example

White with #DCBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC1E; }

 p { color: rgb(220,188,30); }

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

background-color css

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

 a { background-color: rgb(220,188,30); }

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

border-color css

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

 span { border-color: rgb(220,188,30); }

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