Html Css Color HEX #DCC81F Sunflower

📋 copy color: '#DCC81F'

red 220 ◦ green 200 ◦ blue 31

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

Shades of Sunflower #DCC81F

Tints of Sunflower #DCC81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

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

R = 48.78%
G = 44.35%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCC81F (or 0xDCC81F) is known color: Sunflower. HEX triplet: DC, C8 and 1F. RGB value is (220,200,31). Sum of RGB (Red+Green+Blue) = 220+200+31=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC81F is #2337E0. Grayscale: #BBBBBB. Windows color (decimal): -2308065 or 2083036. OLE color: 2083036.

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

Color convert

RGB 220 200 31 -
CMYK 0 0.09 0.86 0.14
HSL 53.65º 0.75% 0.49% -
HSV(B) 53.65º 0.86% 0.86% -
XYZ 50.42 56.62 9.57 -
YUV 186.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 220 200 31 0 0.09 0.86 0.14 53.65 0.75 0.49
Hex DC C8 1F 0 9 56 E 36 4B 31
Octal 334 310 37 0 11 126 16 66 113 61
Binary 11011100 11001000 11111 0 1001 1010110 1110 110110 1001011 110001

Color Harmonies of #DCC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC81F

Black with #DCC81F

Text Example


Text Example

White with #DCC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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