Html Css Color HEX #DDC326 Sunflower

📋 copy color: '#DDC326'

red 221 ◦ green 195 ◦ blue 38

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

Shades of Sunflower #DDC326

Tints of Sunflower #DDC326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.37%

R = 48.68%
G = 42.95%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC326 (or 0xDDC326) is known color: Sunflower. HEX triplet: DD, C3 and 26. RGB value is (221,195,38). Sum of RGB (Red+Green+Blue) = 221+195+38=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC326 is #223CD9. Grayscale: #B9B9B9. Windows color (decimal): -2243802 or 2540509. OLE color: 2540509.

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

Color convert

RGB 221 195 38 -
CMYK 0 0.12 0.83 0.13
HSL 51.48º 0.73% 0.51% -
HSV(B) 51.48º 0.83% 0.87% -
XYZ 49.68 54.54 9.74 -
YUV 184.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 221 195 38 0 0.12 0.83 0.13 51.48 0.73 0.51
Hex DD C3 26 0 C 53 D 33 49 33
Octal 335 303 46 0 14 123 15 63 111 63
Binary 11011101 11000011 100110 0 1100 1010011 1101 110011 1001001 110011

Color Harmonies of #DDC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC326

Black with #DDC326

Text Example


Text Example

White with #DDC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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