Html Css Color HEX #DDC205 Sunflower

📋 copy color: '#DDC205'

red 221 ◦ green 194 ◦ blue 5

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

Shades of Sunflower #DDC205

Tints of Sunflower #DDC205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 52.62%
G = 46.19%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC205 (or 0xDDC205) is known color: Sunflower. HEX triplet: DD, C2 and 05. RGB value is (221,194,5). Sum of RGB (Red+Green+Blue) = 221+194+5=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC205 is #223DFA. Grayscale: #B5B5B5. Windows color (decimal): -2244091 or 377565. OLE color: 377565.

HSL color Cylindrical-coordinate representation of color #DDC205: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC205 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 5 -
CMYK 0 0.12 0.98 0.13
HSL 52.5º 0.96% 0.44% -
HSV(B) 52.5º 0.98% 0.87% -
XYZ 49.14 53.97 7.97 -
YUV 180.53 28.95 156.87 -
System Red Green Blue C M Y K H S L
Decimal 221 194 5 0 0.12 0.98 0.13 52.5 0.96 0.44
Hex DD C2 5 0 C 62 D 34 60 2C
Octal 335 302 5 0 14 142 15 64 140 54
Binary 11011101 11000010 101 0 1100 1100010 1101 110100 1100000 101100

Color Harmonies of #DDC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC205

Black with #DDC205

Text Example


Text Example

White with #DDC205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC205; }

 p { color: rgb(221,194,5); }

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

background-color css

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

 a { background-color: rgb(221,194,5); }

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

border-color css

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

 span { border-color: rgb(221,194,5); }

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