Html Css Color HEX #DDC502 Sunflower

📋 copy color: '#DDC502'

red 221 ◦ green 197 ◦ blue 2

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

Shades of Sunflower #DDC502

Tints of Sunflower #DDC502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 52.62%
G = 46.9%
B = 0.48%

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

#DDC502 (or 0xDDC502) is known color: Sunflower. HEX triplet: DD, C5 and 02. RGB value is (221,197,2). Sum of RGB (Red+Green+Blue) = 221+197+2=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC502 is #223AFD. Grayscale: #B6B6B6. Windows color (decimal): -2243326 or 181725. OLE color: 181725.

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

Color convert

RGB 221 197 2 -
CMYK 0 0.11 0.99 0.13
HSL 53.42º 0.98% 0.44% -
HSV(B) 53.42º 0.99% 0.87% -
XYZ 49.8 55.31 8.11 -
YUV 181.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 221 197 2 0 0.11 0.99 0.13 53.42 0.98 0.44
Hex DD C5 2 0 B 63 D 35 62 2C
Octal 335 305 2 0 13 143 15 65 142 54
Binary 11011101 11000101 10 0 1011 1100011 1101 110101 1100010 101100

Color Harmonies of #DDC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC502

Black with #DDC502

Text Example


Text Example

White with #DDC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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