Html Css Color HEX #DDC31C Sunflower

📋 copy color: '#DDC31C'

red 221 ◦ green 195 ◦ blue 28

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

Shades of Sunflower #DDC31C

Tints of Sunflower #DDC31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 49.77%
G = 43.92%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC31C (or 0xDDC31C) is known color: Sunflower. HEX triplet: DD, C3 and 1C. RGB value is (221,195,28). Sum of RGB (Red+Green+Blue) = 221+195+28=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC31C is #223CE3. Grayscale: #B8B8B8. Windows color (decimal): -2243812 or 1885149. OLE color: 1885149.

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

Color convert

RGB 221 195 28 -
CMYK 0 0.12 0.87 0.13
HSL 51.92º 0.78% 0.49% -
HSV(B) 51.92º 0.87% 0.87% -
XYZ 49.54 54.49 9 -
YUV 183.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 221 195 28 0 0.12 0.87 0.13 51.92 0.78 0.49
Hex DD C3 1C 0 C 57 D 34 4E 31
Octal 335 303 34 0 14 127 15 64 116 61
Binary 11011101 11000011 11100 0 1100 1010111 1101 110100 1001110 110001

Color Harmonies of #DDC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC31C

Black with #DDC31C

Text Example


Text Example

White with #DDC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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