Html Css Color HEX #DDC71F Sunflower

📋 copy color: '#DDC71F'

red 221 ◦ green 199 ◦ blue 31

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

Shades of Sunflower #DDC71F

Tints of Sunflower #DDC71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

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

R = 49%
G = 44.12%
B = 6.87%

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

#DDC71F (or 0xDDC71F) is known color: Sunflower. HEX triplet: DD, C7 and 1F. RGB value is (221,199,31). Sum of RGB (Red+Green+Blue) = 221+199+31=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC71F is #2238E0. Grayscale: #BBBBBB. Windows color (decimal): -2242785 or 2082781. OLE color: 2082781.

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

Color convert

RGB 221 199 31 -
CMYK 0 0.10 0.86 0.13
HSL 53.05º 0.75% 0.49% -
HSV(B) 53.05º 0.86% 0.87% -
XYZ 50.49 56.32 9.51 -
YUV 186.43 40.29 152.66 -
System Red Green Blue C M Y K H S L
Decimal 221 199 31 0 0.10 0.86 0.13 53.05 0.75 0.49
Hex DD C7 1F 0 A 56 D 35 4B 31
Octal 335 307 37 0 12 126 15 65 113 61
Binary 11011101 11000111 11111 0 1010 1010110 1101 110101 1001011 110001

Color Harmonies of #DDC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC71F

Black with #DDC71F

Text Example


Text Example

White with #DDC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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