Html Css Color HEX #DDC91A Sunflower

📋 copy color: '#DDC91A'

red 221 ◦ green 201 ◦ blue 26

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

Shades of Sunflower #DDC91A

Tints of Sunflower #DDC91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

 BLUE value IS 26 (10.55% from 255) = 5.8%

R = 49.33%
G = 44.87%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDC91A (or 0xDDC91A) is known color: Sunflower. HEX triplet: DD, C9 and 1A. RGB value is (221,201,26). Sum of RGB (Red+Green+Blue) = 221+201+26=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC91A is #2236E5. Grayscale: #BBBBBB. Windows color (decimal): -2242278 or 1755613. OLE color: 1755613.

HSL color Cylindrical-coordinate representation of color #DDC91A: hue angle of 53.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC91A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 26 -
CMYK 0 0.09 0.88 0.13
HSL 53.85º 0.79% 0.48% -
HSV(B) 53.85º 0.88% 0.87% -
XYZ 50.89 57.22 9.34 -
YUV 187.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 221 201 26 0 0.09 0.88 0.13 53.85 0.79 0.48
Hex DD C9 1A 0 9 58 D 36 4F 30
Octal 335 311 32 0 11 130 15 66 117 60
Binary 11011101 11001001 11010 0 1001 1011000 1101 110110 1001111 110000

Color Harmonies of #DDC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC91A

Black with #DDC91A

Text Example


Text Example

White with #DDC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC91A; }

 p { color: rgb(221,201,26); }

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

background-color css

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

 a { background-color: rgb(221,201,26); }

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

border-color css

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

 span { border-color: rgb(221,201,26); }

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