Html Css Color HEX #DDC402 Sunflower

📋 copy color: '#DDC402'

red 221 ◦ green 196 ◦ blue 2

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

Shades of Sunflower #DDC402

Tints of Sunflower #DDC402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.78%

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

R = 52.74%
G = 46.78%
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

#DDC402 (or 0xDDC402) is known color: Sunflower. HEX triplet: DD, C4 and 02. RGB value is (221,196,2). Sum of RGB (Red+Green+Blue) = 221+196+2=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC402 is #223BFD. Grayscale: #B6B6B6. Windows color (decimal): -2243582 or 181469. OLE color: 181469.

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

Color convert

RGB 221 196 2 -
CMYK 0 0.11 0.99 0.13
HSL 53.15º 0.98% 0.44% -
HSV(B) 53.15º 0.99% 0.87% -
XYZ 49.57 54.86 8.03 -
YUV 181.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 221 196 2 0 0.11 0.99 0.13 53.15 0.98 0.44
Hex DD C4 2 0 B 63 D 35 62 2C
Octal 335 304 2 0 13 143 15 65 142 54
Binary 11011101 11000100 10 0 1011 1100011 1101 110101 1100010 101100

Color Harmonies of #DDC402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC402

Black with #DDC402

Text Example


Text Example

White with #DDC402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC402; }

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

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

background-color css

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

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

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

border-color css

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

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

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