Html Css Color HEX #DDC21C Sunflower

📋 copy color: '#DDC21C'

red 221 ◦ green 194 ◦ blue 28

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

Shades of Sunflower #DDC21C

Tints of Sunflower #DDC21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 49.89%
G = 43.79%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC21C (or 0xDDC21C) is known color: Sunflower. HEX triplet: DD, C2 and 1C. RGB value is (221,194,28). Sum of RGB (Red+Green+Blue) = 221+194+28=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC21C is #223DE3. Grayscale: #B7B7B7. Windows color (decimal): -2244068 or 1884893. OLE color: 1884893.

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

Color convert

RGB 221 194 28 -
CMYK 0 0.12 0.87 0.13
HSL 51.61º 0.78% 0.49% -
HSV(B) 51.61º 0.87% 0.87% -
XYZ 49.32 54.04 8.93 -
YUV 183.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 221 194 28 0 0.12 0.87 0.13 51.61 0.78 0.49
Hex DD C2 1C 0 C 57 D 34 4E 31
Octal 335 302 34 0 14 127 15 64 116 61
Binary 11011101 11000010 11100 0 1100 1010111 1101 110100 1001110 110001

Color Harmonies of #DDC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC21C

Black with #DDC21C

Text Example


Text Example

White with #DDC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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