Html Css Color HEX #DCC40F Sunflower

📋 copy color: '#DCC40F'

red 220 ◦ green 196 ◦ blue 15

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

Shades of Sunflower #DCC40F

Tints of Sunflower #DCC40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.48%

 BLUE value IS 15 (6.25% from 255) = 3.48%

R = 51.04%
G = 45.48%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC40F (or 0xDCC40F) is known color: Sunflower. HEX triplet: DC, C4 and 0F. RGB value is (220,196,15). Sum of RGB (Red+Green+Blue) = 220+196+15=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC40F is #233BF0. Grayscale: #B7B7B7. Windows color (decimal): -2309105 or 1033436. OLE color: 1033436.

HSL color Cylindrical-coordinate representation of color #DCC40F: hue angle of 52.98º degrees, saturation: 0.87, 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 #DCC40F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 15 -
CMYK 0 0.11 0.93 0.14
HSL 52.98º 0.87% 0.46% -
HSV(B) 52.98º 0.93% 0.86% -
XYZ 49.34 54.73 8.42 -
YUV 182.54 33.45 154.72 -
System Red Green Blue C M Y K H S L
Decimal 220 196 15 0 0.11 0.93 0.14 52.98 0.87 0.46
Hex DC C4 F 0 B 5D E 35 57 2E
Octal 334 304 17 0 13 135 16 65 127 56
Binary 11011100 11000100 1111 0 1011 1011101 1110 110101 1010111 101110

Color Harmonies of #DCC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC40F

Black with #DCC40F

Text Example


Text Example

White with #DCC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC40F; }

 p { color: rgb(220,196,15); }

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

background-color css

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

 a { background-color: rgb(220,196,15); }

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

border-color css

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

 span { border-color: rgb(220,196,15); }

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