Html Css Color HEX #DDC223 Sunflower

📋 copy color: '#DDC223'

red 221 ◦ green 194 ◦ blue 35

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

Shades of Sunflower #DDC223

Tints of Sunflower #DDC223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

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

R = 49.11%
G = 43.11%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDC223 (or 0xDDC223) is known color: Sunflower. HEX triplet: DD, C2 and 23. RGB value is (221,194,35). Sum of RGB (Red+Green+Blue) = 221+194+35=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC223 is #223DDC. Grayscale: #B8B8B8. Windows color (decimal): -2244061 or 2343645. OLE color: 2343645.

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

Color convert

RGB 221 194 35 -
CMYK 0 0.12 0.84 0.13
HSL 51.29º 0.73% 0.5% -
HSV(B) 51.29º 0.84% 0.87% -
XYZ 49.41 54.08 9.42 -
YUV 183.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 221 194 35 0 0.12 0.84 0.13 51.29 0.73 0.5
Hex DD C2 23 0 C 54 D 33 49 32
Octal 335 302 43 0 14 124 15 63 111 62
Binary 11011101 11000010 100011 0 1100 1010100 1101 110011 1001001 110010

Color Harmonies of #DDC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC223

Black with #DDC223

Text Example


Text Example

White with #DDC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC223; }

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

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

background-color css

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

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

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

border-color css

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

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

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