Html Css Color HEX #DCC41F Sunflower

📋 copy color: '#DCC41F'

red 220 ◦ green 196 ◦ blue 31

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

Shades of Sunflower #DCC41F

Tints of Sunflower #DCC41F

RGB

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

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

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

R = 49.22%
G = 43.85%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCC41F (or 0xDCC41F) is known color: Sunflower. HEX triplet: DC, C4 and 1F. RGB value is (220,196,31). Sum of RGB (Red+Green+Blue) = 220+196+31=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC41F is #233BE0. Grayscale: #B9B9B9. Windows color (decimal): -2309089 or 2082012. OLE color: 2082012.

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

Color convert

RGB 220 196 31 -
CMYK 0 0.11 0.86 0.14
HSL 52.38º 0.75% 0.49% -
HSV(B) 52.38º 0.86% 0.86% -
XYZ 49.5 54.79 9.26 -
YUV 184.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 220 196 31 0 0.11 0.86 0.14 52.38 0.75 0.49
Hex DC C4 1F 0 B 56 E 34 4B 31
Octal 334 304 37 0 13 126 16 64 113 61
Binary 11011100 11000100 11111 0 1011 1010110 1110 110100 1001011 110001

Color Harmonies of #DCC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC41F

Black with #DCC41F

Text Example


Text Example

White with #DCC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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