Html Css Color HEX #DCBC10 Sunflower

📋 copy color: '#DCBC10'

red 220 ◦ green 188 ◦ blue 16

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

Shades of Sunflower #DCBC10

Tints of Sunflower #DCBC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 51.89%
G = 44.34%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCBC10 (or 0xDCBC10) is known color: Sunflower. HEX triplet: DC, BC and 10. RGB value is (220,188,16). Sum of RGB (Red+Green+Blue) = 220+188+16=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC10 is #2343EF. Grayscale: #B2B2B2. Windows color (decimal): -2311152 or 1096924. OLE color: 1096924.

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

Color convert

RGB 220 188 16 -
CMYK 0 0.15 0.93 0.14
HSL 50.59º 0.86% 0.46% -
HSV(B) 50.59º 0.93% 0.86% -
XYZ 47.59 51.22 7.87 -
YUV 177.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 220 188 16 0 0.15 0.93 0.14 50.59 0.86 0.46
Hex DC BC 10 0 F 5D E 33 56 2E
Octal 334 274 20 0 17 135 16 63 126 56
Binary 11011100 10111100 10000 0 1111 1011101 1110 110011 1010110 101110

Color Harmonies of #DCBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC10

Black with #DCBC10

Text Example


Text Example

White with #DCBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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