Html Css Color HEX #DDC523 Sunflower

📋 copy color: '#DDC523'

red 221 ◦ green 197 ◦ blue 35

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

Shades of Sunflower #DDC523

Tints of Sunflower #DDC523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.73%

R = 48.79%
G = 43.49%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDC523 (or 0xDDC523) is known color: Sunflower. HEX triplet: DD, C5 and 23. RGB value is (221,197,35). Sum of RGB (Red+Green+Blue) = 221+197+35=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC523 is #223ADC. Grayscale: #BABABA. Windows color (decimal): -2243293 or 2344413. OLE color: 2344413.

HSL color Cylindrical-coordinate representation of color #DDC523: hue angle of 52.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDC523 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 35 -
CMYK 0 0.11 0.84 0.13
HSL 52.26º 0.73% 0.5% -
HSV(B) 52.26º 0.84% 0.87% -
XYZ 50.09 55.43 9.65 -
YUV 185.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 221 197 35 0 0.11 0.84 0.13 52.26 0.73 0.5
Hex DD C5 23 0 B 54 D 34 49 32
Octal 335 305 43 0 13 124 15 64 111 62
Binary 11011101 11000101 100011 0 1011 1010100 1101 110100 1001001 110010

Color Harmonies of #DDC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC523

Black with #DDC523

Text Example


Text Example

White with #DDC523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC523; }

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

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

background-color css

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

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

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

border-color css

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

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

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