Html Css Color HEX #DDC302 Sunflower

📋 copy color: '#DDC302'

red 221 ◦ green 195 ◦ blue 2

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

Shades of Sunflower #DDC302

Tints of Sunflower #DDC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.65%

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

R = 52.87%
G = 46.65%
B = 0.48%

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

#DDC302 (or 0xDDC302) is known color: Sunflower. HEX triplet: DD, C3 and 02. RGB value is (221,195,2). Sum of RGB (Red+Green+Blue) = 221+195+2=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC302 is #223CFD. Grayscale: #B5B5B5. Windows color (decimal): -2243838 or 181213. OLE color: 181213.

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

Color convert

RGB 221 195 2 -
CMYK 0 0.12 0.99 0.13
HSL 52.88º 0.98% 0.44% -
HSV(B) 52.88º 0.99% 0.87% -
XYZ 49.34 54.41 7.96 -
YUV 180.77 27.11 156.69 -
System Red Green Blue C M Y K H S L
Decimal 221 195 2 0 0.12 0.99 0.13 52.88 0.98 0.44
Hex DD C3 2 0 C 63 D 35 62 2C
Octal 335 303 2 0 14 143 15 65 142 54
Binary 11011101 11000011 10 0 1100 1100011 1101 110101 1100010 101100

Color Harmonies of #DDC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC302

Black with #DDC302

Text Example


Text Example

White with #DDC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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