Html Css Color HEX #DDC61F Sunflower

📋 copy color: '#DDC61F'

red 221 ◦ green 198 ◦ blue 31

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

Shades of Sunflower #DDC61F

Tints of Sunflower #DDC61F

RGB

 RED value IS 221 (86.72% from 255) = 49.11%

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

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

R = 49.11%
G = 44%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC61F (or 0xDDC61F) is known color: Sunflower. HEX triplet: DD, C6 and 1F. RGB value is (221,198,31). Sum of RGB (Red+Green+Blue) = 221+198+31=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC61F is #2239E0. Grayscale: #BABABA. Windows color (decimal): -2243041 or 2082525. OLE color: 2082525.

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

Color convert

RGB 221 198 31 -
CMYK 0 0.10 0.86 0.13
HSL 52.74º 0.75% 0.49% -
HSV(B) 52.74º 0.86% 0.87% -
XYZ 50.26 55.86 9.43 -
YUV 185.84 40.62 153.08 -
System Red Green Blue C M Y K H S L
Decimal 221 198 31 0 0.10 0.86 0.13 52.74 0.75 0.49
Hex DD C6 1F 0 A 56 D 35 4B 31
Octal 335 306 37 0 12 126 15 65 113 61
Binary 11011101 11000110 11111 0 1010 1010110 1101 110101 1001011 110001

Color Harmonies of #DDC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC61F

Black with #DDC61F

Text Example


Text Example

White with #DDC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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