Html Css Color HEX #DDC803 Sunflower

📋 copy color: '#DDC803'

red 221 ◦ green 200 ◦ blue 3

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

Shades of Sunflower #DDC803

Tints of Sunflower #DDC803

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 52.12%
G = 47.17%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDC803 (or 0xDDC803) is known color: Sunflower. HEX triplet: DD, C8 and 03. RGB value is (221,200,3). Sum of RGB (Red+Green+Blue) = 221+200+3=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC803 is #2237FC. Grayscale: #B8B8B8. Windows color (decimal): -2242557 or 248029. OLE color: 248029.

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

Color convert

RGB 221 200 3 -
CMYK 0 0.10 0.99 0.13
HSL 54.22º 0.97% 0.44% -
HSV(B) 54.22º 0.99% 0.87% -
XYZ 50.49 56.69 8.37 -
YUV 183.82 25.96 154.52 -
System Red Green Blue C M Y K H S L
Decimal 221 200 3 0 0.10 0.99 0.13 54.22 0.97 0.44
Hex DD C8 3 0 A 63 D 36 61 2C
Octal 335 310 3 0 12 143 15 66 141 54
Binary 11011101 11001000 11 0 1010 1100011 1101 110110 1100001 101100

Color Harmonies of #DDC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC803

Black with #DDC803

Text Example


Text Example

White with #DDC803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC803; }

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

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

background-color css

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

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

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

border-color css

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

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

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