Html Css Color HEX #DDC71E Sunflower

📋 copy color: '#DDC71E'

red 221 ◦ green 199 ◦ blue 30

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

Shades of Sunflower #DDC71E

Tints of Sunflower #DDC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.67%

R = 49.11%
G = 44.22%
B = 6.67%

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

#DDC71E (or 0xDDC71E) is known color: Sunflower. HEX triplet: DD, C7 and 1E. RGB value is (221,199,30). Sum of RGB (Red+Green+Blue) = 221+199+30=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC71E is #2238E1. Grayscale: #BBBBBB. Windows color (decimal): -2242786 or 2017245. OLE color: 2017245.

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

Color convert

RGB 221 199 30 -
CMYK 0 0.10 0.86 0.13
HSL 53.09º 0.76% 0.49% -
HSV(B) 53.09º 0.86% 0.87% -
XYZ 50.48 56.31 9.44 -
YUV 186.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 221 199 30 0 0.10 0.86 0.13 53.09 0.76 0.49
Hex DD C7 1E 0 A 56 D 35 4C 31
Octal 335 307 36 0 12 126 15 65 114 61
Binary 11011101 11000111 11110 0 1010 1010110 1101 110101 1001100 110001

Color Harmonies of #DDC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC71E

Black with #DDC71E

Text Example


Text Example

White with #DDC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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