Html Css Color HEX #DDC11C Sunflower

📋 copy color: '#DDC11C'

red 221 ◦ green 193 ◦ blue 28

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

Shades of Sunflower #DDC11C

Tints of Sunflower #DDC11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

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

R = 50%
G = 43.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC11C (or 0xDDC11C) is known color: Sunflower. HEX triplet: DD, C1 and 1C. RGB value is (221,193,28). Sum of RGB (Red+Green+Blue) = 221+193+28=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC11C is #223EE3. Grayscale: #B7B7B7. Windows color (decimal): -2244324 or 1884637. OLE color: 1884637.

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

Color convert

RGB 221 193 28 -
CMYK 0 0.13 0.87 0.13
HSL 51.3º 0.78% 0.49% -
HSV(B) 51.3º 0.87% 0.87% -
XYZ 49.1 53.6 8.86 -
YUV 182.56 40.78 155.42 -
System Red Green Blue C M Y K H S L
Decimal 221 193 28 0 0.13 0.87 0.13 51.3 0.78 0.49
Hex DD C1 1C 0 D 57 D 33 4E 31
Octal 335 301 34 0 15 127 15 63 116 61
Binary 11011101 11000001 11100 0 1101 1010111 1101 110011 1001110 110001

Color Harmonies of #DDC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC11C

Black with #DDC11C

Text Example


Text Example

White with #DDC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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