Html Css Color HEX #DDC020 Sunflower

📋 copy color: '#DDC020'

red 221 ◦ green 192 ◦ blue 32

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

Shades of Sunflower #DDC020

Tints of Sunflower #DDC020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 49.66%
G = 43.15%
B = 7.19%

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

#DDC020 (or 0xDDC020) is known color: Sunflower. HEX triplet: DD, C0 and 20. RGB value is (221,192,32). Sum of RGB (Red+Green+Blue) = 221+192+32=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC020 is #223FDF. Grayscale: #B7B7B7. Windows color (decimal): -2244576 or 2146525. OLE color: 2146525.

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

Color convert

RGB 221 192 32 -
CMYK 0 0.13 0.86 0.13
HSL 50.79º 0.75% 0.5% -
HSV(B) 50.79º 0.86% 0.87% -
XYZ 48.93 53.18 9.05 -
YUV 182.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 221 192 32 0 0.13 0.86 0.13 50.79 0.75 0.5
Hex DD C0 20 0 D 56 D 33 4B 32
Octal 335 300 40 0 15 126 15 63 113 62
Binary 11011101 11000000 100000 0 1101 1010110 1101 110011 1001011 110010

Color Harmonies of #DDC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC020

Black with #DDC020

Text Example


Text Example

White with #DDC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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