Html Css Color HEX #DDC503 Sunflower

📋 copy color: '#DDC503'

red 221 ◦ green 197 ◦ blue 3

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

Shades of Sunflower #DDC503

Tints of Sunflower #DDC503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 52.49%
G = 46.79%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDC503 (or 0xDDC503) is known color: Sunflower. HEX triplet: DD, C5 and 03. RGB value is (221,197,3). Sum of RGB (Red+Green+Blue) = 221+197+3=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC503 is #223AFC. Grayscale: #B6B6B6. Windows color (decimal): -2243325 or 247261. OLE color: 247261.

HSL color Cylindrical-coordinate representation of color #DDC503: hue angle of 53.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDC503 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 3 -
CMYK 0 0.11 0.99 0.13
HSL 53.39º 0.97% 0.44% -
HSV(B) 53.39º 0.99% 0.87% -
XYZ 49.8 55.31 8.14 -
YUV 182.06 26.95 155.77 -
System Red Green Blue C M Y K H S L
Decimal 221 197 3 0 0.11 0.99 0.13 53.39 0.97 0.44
Hex DD C5 3 0 B 63 D 35 61 2C
Octal 335 305 3 0 13 143 15 65 141 54
Binary 11011101 11000101 11 0 1011 1100011 1101 110101 1100001 101100

Color Harmonies of #DDC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC503

Black with #DDC503

Text Example


Text Example

White with #DDC503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC503; }

 p { color: rgb(221,197,3); }

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

background-color css

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

 a { background-color: rgb(221,197,3); }

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

border-color css

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

 span { border-color: rgb(221,197,3); }

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