Html Css Color HEX #DCBC14 Sunflower

📋 copy color: '#DCBC14'

red 220 ◦ green 188 ◦ blue 20

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

Shades of Sunflower #DCBC14

Tints of Sunflower #DCBC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 51.4%
G = 43.93%
B = 4.67%

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

#DCBC14 (or 0xDCBC14) is known color: Sunflower. HEX triplet: DC, BC and 14. RGB value is (220,188,20). Sum of RGB (Red+Green+Blue) = 220+188+20=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC14 is #2343EB. Grayscale: #B3B3B3. Windows color (decimal): -2311148 or 1359068. OLE color: 1359068.

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

Color convert

RGB 220 188 20 -
CMYK 0 0.15 0.91 0.14
HSL 50.4º 0.83% 0.47% -
HSV(B) 50.4º 0.91% 0.86% -
XYZ 47.62 51.23 8.04 -
YUV 178.42 38.6 157.66 -
System Red Green Blue C M Y K H S L
Decimal 220 188 20 0 0.15 0.91 0.14 50.4 0.83 0.47
Hex DC BC 14 0 F 5B E 32 53 2F
Octal 334 274 24 0 17 133 16 62 123 57
Binary 11011100 10111100 10100 0 1111 1011011 1110 110010 1010011 101111

Color Harmonies of #DCBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC14

Black with #DCBC14

Text Example


Text Example

White with #DCBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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