Html Css Color HEX #DDC01F Sunflower

📋 copy color: '#DDC01F'

red 221 ◦ green 192 ◦ blue 31

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

Shades of Sunflower #DDC01F

Tints of Sunflower #DDC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

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

R = 49.77%
G = 43.24%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC01F (or 0xDDC01F) is known color: Sunflower. HEX triplet: DD, C0 and 1F. RGB value is (221,192,31). Sum of RGB (Red+Green+Blue) = 221+192+31=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC01F is #223FE0. Grayscale: #B6B6B6. Windows color (decimal): -2244577 or 2080989. OLE color: 2080989.

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

Color convert

RGB 221 192 31 -
CMYK 0 0.13 0.86 0.13
HSL 50.84º 0.75% 0.49% -
HSV(B) 50.84º 0.86% 0.87% -
XYZ 48.92 53.17 8.98 -
YUV 182.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 221 192 31 0 0.13 0.86 0.13 50.84 0.75 0.49
Hex DD C0 1F 0 D 56 D 33 4B 31
Octal 335 300 37 0 15 126 15 63 113 61
Binary 11011101 11000000 11111 0 1101 1010110 1101 110011 1001011 110001

Color Harmonies of #DDC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC01F

Black with #DDC01F

Text Example


Text Example

White with #DDC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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