Html Css Color HEX #DDC11D Sunflower

📋 copy color: '#DDC11D'

red 221 ◦ green 193 ◦ blue 29

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

Shades of Sunflower #DDC11D

Tints of Sunflower #DDC11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.55%

R = 49.89%
G = 43.57%
B = 6.55%

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

#DDC11D (or 0xDDC11D) is known color: Sunflower. HEX triplet: DD, C1 and 1D. RGB value is (221,193,29). Sum of RGB (Red+Green+Blue) = 221+193+29=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC11D is #223EE2. Grayscale: #B7B7B7. Windows color (decimal): -2244323 or 1950173. OLE color: 1950173.

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

Color convert

RGB 221 193 29 -
CMYK 0 0.13 0.87 0.13
HSL 51.25º 0.77% 0.49% -
HSV(B) 51.25º 0.87% 0.87% -
XYZ 49.11 53.6 8.92 -
YUV 182.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 221 193 29 0 0.13 0.87 0.13 51.25 0.77 0.49
Hex DD C1 1D 0 D 57 D 33 4D 31
Octal 335 301 35 0 15 127 15 63 115 61
Binary 11011101 11000001 11101 0 1101 1010111 1101 110011 1001101 110001

Color Harmonies of #DDC11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC11D

Black with #DDC11D

Text Example


Text Example

White with #DDC11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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