Html Css Color HEX #DCC31F Sunflower

📋 copy color: '#DCC31F'

red 220 ◦ green 195 ◦ blue 31

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

Shades of Sunflower #DCC31F

Tints of Sunflower #DCC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 49.33%
G = 43.72%
B = 6.95%

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

#DCC31F (or 0xDCC31F) is known color: Sunflower. HEX triplet: DC, C3 and 1F. RGB value is (220,195,31). Sum of RGB (Red+Green+Blue) = 220+195+31=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC31F is #233CE0. Grayscale: #B8B8B8. Windows color (decimal): -2309345 or 2081756. OLE color: 2081756.

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

Color convert

RGB 220 195 31 -
CMYK 0 0.11 0.86 0.14
HSL 52.06º 0.75% 0.49% -
HSV(B) 52.06º 0.86% 0.86% -
XYZ 49.28 54.34 9.19 -
YUV 183.78 41.78 153.84 -
System Red Green Blue C M Y K H S L
Decimal 220 195 31 0 0.11 0.86 0.14 52.06 0.75 0.49
Hex DC C3 1F 0 B 56 E 34 4B 31
Octal 334 303 37 0 13 126 16 64 113 61
Binary 11011100 11000011 11111 0 1011 1010110 1110 110100 1001011 110001

Color Harmonies of #DCC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC31F

Black with #DCC31F

Text Example


Text Example

White with #DCC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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