Html Css Color HEX #DDC304 Sunflower

📋 copy color: '#DDC304'

red 221 ◦ green 195 ◦ blue 4

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

Shades of Sunflower #DDC304

Tints of Sunflower #DDC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.62%
G = 46.43%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC304 (or 0xDDC304) is known color: Sunflower. HEX triplet: DD, C3 and 04. RGB value is (221,195,4). Sum of RGB (Red+Green+Blue) = 221+195+4=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC304 is #223CFB. Grayscale: #B5B5B5. Windows color (decimal): -2243836 or 312285. OLE color: 312285.

HSL color Cylindrical-coordinate representation of color #DDC304: hue angle of 52.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC304 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 4 -
CMYK 0 0.12 0.98 0.13
HSL 52.81º 0.96% 0.44% -
HSV(B) 52.81º 0.98% 0.87% -
XYZ 49.36 54.41 8.02 -
YUV 181 28.11 156.53 -
System Red Green Blue C M Y K H S L
Decimal 221 195 4 0 0.12 0.98 0.13 52.81 0.96 0.44
Hex DD C3 4 0 C 62 D 35 60 2C
Octal 335 303 4 0 14 142 15 65 140 54
Binary 11011101 11000011 100 0 1100 1100010 1101 110101 1100000 101100

Color Harmonies of #DDC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC304

Black with #DDC304

Text Example


Text Example

White with #DDC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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