Html Css Color HEX #DCC61F Sunflower

📋 copy color: '#DCC61F'

red 220 ◦ green 198 ◦ blue 31

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

Shades of Sunflower #DCC61F

Tints of Sunflower #DCC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 31 (12.5% from 255) = 6.9%

R = 49%
G = 44.1%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCC61F (or 0xDCC61F) is known color: Sunflower. HEX triplet: DC, C6 and 1F. RGB value is (220,198,31). Sum of RGB (Red+Green+Blue) = 220+198+31=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC61F is #2339E0. Grayscale: #BABABA. Windows color (decimal): -2308577 or 2082524. OLE color: 2082524.

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

Color convert

RGB 220 198 31 -
CMYK 0 0.1 0.86 0.14
HSL 53.02º 0.75% 0.49% -
HSV(B) 53.02º 0.86% 0.86% -
XYZ 49.96 55.7 9.42 -
YUV 185.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 220 198 31 0 0.1 0.86 0.14 53.02 0.75 0.49
Hex DC C6 1F 0 A 56 E 35 4B 31
Octal 334 306 37 0 12 126 16 65 113 61
Binary 11011100 11000110 11111 0 1010 1010110 1110 110101 1001011 110001

Color Harmonies of #DCC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC61F

Black with #DCC61F

Text Example


Text Example

White with #DCC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC61F; }

 p { color: rgb(220,198,31); }

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

background-color css

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

 a { background-color: rgb(220,198,31); }

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

border-color css

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

 span { border-color: rgb(220,198,31); }

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