Html Css Color HEX #DDC90D Sunflower

📋 copy color: '#DDC90D'

red 221 ◦ green 201 ◦ blue 13

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

Shades of Sunflower #DDC90D

Tints of Sunflower #DDC90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 50.8%
G = 46.21%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDC90D (or 0xDDC90D) is known color: Sunflower. HEX triplet: DD, C9 and 0D. RGB value is (221,201,13). Sum of RGB (Red+Green+Blue) = 221+201+13=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC90D is #2236F2. Grayscale: #BABABA. Windows color (decimal): -2242291 or 903645. OLE color: 903645.

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

Color convert

RGB 221 201 13 -
CMYK 0 0.09 0.94 0.13
HSL 54.23º 0.89% 0.46% -
HSV(B) 54.23º 0.94% 0.87% -
XYZ 50.78 57.17 8.74 -
YUV 185.55 30.63 153.29 -
System Red Green Blue C M Y K H S L
Decimal 221 201 13 0 0.09 0.94 0.13 54.23 0.89 0.46
Hex DD C9 D 0 9 5E D 36 59 2E
Octal 335 311 15 0 11 136 15 66 131 56
Binary 11011101 11001001 1101 0 1001 1011110 1101 110110 1011001 101110

Color Harmonies of #DDC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC90D

Black with #DDC90D

Text Example


Text Example

White with #DDC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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