Html Css Color HEX #DDC327 Sunflower

📋 copy color: '#DDC327'

red 221 ◦ green 195 ◦ blue 39

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

Shades of Sunflower #DDC327

Tints of Sunflower #DDC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.57%

R = 48.57%
G = 42.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC327 (or 0xDDC327) is known color: Sunflower. HEX triplet: DD, C3 and 27. RGB value is (221,195,39). Sum of RGB (Red+Green+Blue) = 221+195+39=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC327 is #223CD8. Grayscale: #B9B9B9. Windows color (decimal): -2243801 or 2606045. OLE color: 2606045.

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

Color convert

RGB 221 195 39 -
CMYK 0 0.12 0.82 0.13
HSL 51.43º 0.73% 0.51% -
HSV(B) 51.43º 0.82% 0.87% -
XYZ 49.7 54.55 9.83 -
YUV 184.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 221 195 39 0 0.12 0.82 0.13 51.43 0.73 0.51
Hex DD C3 27 0 C 52 D 33 49 33
Octal 335 303 47 0 14 122 15 63 111 63
Binary 11011101 11000011 100111 0 1100 1010010 1101 110011 1001001 110011

Color Harmonies of #DDC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC327

Black with #DDC327

Text Example


Text Example

White with #DDC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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