Html Css Color HEX #DCBC13 Sunflower

📋 copy color: '#DCBC13'

red 220 ◦ green 188 ◦ blue 19

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

Shades of Sunflower #DCBC13

Tints of Sunflower #DCBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 51.52%
G = 44.03%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCBC13 (or 0xDCBC13) is known color: Sunflower. HEX triplet: DC, BC and 13. RGB value is (220,188,19). Sum of RGB (Red+Green+Blue) = 220+188+19=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC13 is #2343EC. Grayscale: #B3B3B3. Windows color (decimal): -2311149 or 1293532. OLE color: 1293532.

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

Color convert

RGB 220 188 19 -
CMYK 0 0.15 0.91 0.14
HSL 50.45º 0.84% 0.47% -
HSV(B) 50.45º 0.91% 0.86% -
XYZ 47.62 51.23 7.99 -
YUV 178.3 38.1 157.74 -
System Red Green Blue C M Y K H S L
Decimal 220 188 19 0 0.15 0.91 0.14 50.45 0.84 0.47
Hex DC BC 13 0 F 5B E 32 54 2F
Octal 334 274 23 0 17 133 16 62 124 57
Binary 11011100 10111100 10011 0 1111 1011011 1110 110010 1010100 101111

Color Harmonies of #DCBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC13

Black with #DCBC13

Text Example


Text Example

White with #DCBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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