Html Css Color HEX #DDC203 Sunflower

📋 copy color: '#DDC203'

red 221 ◦ green 194 ◦ blue 3

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

Shades of Sunflower #DDC203

Tints of Sunflower #DDC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 52.87%
G = 46.41%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDC203 (or 0xDDC203) is known color: Sunflower. HEX triplet: DD, C2 and 03. RGB value is (221,194,3). Sum of RGB (Red+Green+Blue) = 221+194+3=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC203 is #223DFC. Grayscale: #B5B5B5. Windows color (decimal): -2244093 or 246493. OLE color: 246493.

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

Color convert

RGB 221 194 3 -
CMYK 0 0.12 0.99 0.13
HSL 52.57º 0.97% 0.44% -
HSV(B) 52.57º 0.99% 0.87% -
XYZ 49.13 53.96 7.91 -
YUV 180.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 221 194 3 0 0.12 0.99 0.13 52.57 0.97 0.44
Hex DD C2 3 0 C 63 D 35 61 2C
Octal 335 302 3 0 14 143 15 65 141 54
Binary 11011101 11000010 11 0 1100 1100011 1101 110101 1100001 101100

Color Harmonies of #DDC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC203

Black with #DDC203

Text Example


Text Example

White with #DDC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC203; }

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

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

background-color css

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

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

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

border-color css

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

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

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