Html Css Color HEX #DCBC11 Sunflower

📋 copy color: '#DCBC11'

red 220 ◦ green 188 ◦ blue 17

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

Shades of Sunflower #DCBC11

Tints of Sunflower #DCBC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4%

R = 51.76%
G = 44.24%
B = 4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCBC11 (or 0xDCBC11) is known color: Sunflower. HEX triplet: DC, BC and 11. RGB value is (220,188,17). Sum of RGB (Red+Green+Blue) = 220+188+17=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC11 is #2343EE. Grayscale: #B2B2B2. Windows color (decimal): -2311151 or 1162460. OLE color: 1162460.

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

Color convert

RGB 220 188 17 -
CMYK 0 0.15 0.92 0.14
HSL 50.54º 0.86% 0.46% -
HSV(B) 50.54º 0.92% 0.86% -
XYZ 47.6 51.22 7.91 -
YUV 178.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 220 188 17 0 0.15 0.92 0.14 50.54 0.86 0.46
Hex DC BC 11 0 F 5C E 33 56 2E
Octal 334 274 21 0 17 134 16 63 126 56
Binary 11011100 10111100 10001 0 1111 1011100 1110 110011 1010110 101110

Color Harmonies of #DCBC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC11

Black with #DCBC11

Text Example


Text Example

White with #DCBC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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