Html Css Color HEX #DDC61C Sunflower

📋 copy color: '#DDC61C'

red 221 ◦ green 198 ◦ blue 28

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

Shades of Sunflower #DDC61C

Tints of Sunflower #DDC61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

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

R = 49.44%
G = 44.3%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC61C (or 0xDDC61C) is known color: Sunflower. HEX triplet: DD, C6 and 1C. RGB value is (221,198,28). Sum of RGB (Red+Green+Blue) = 221+198+28=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC61C is #2239E3. Grayscale: #BABABA. Windows color (decimal): -2243044 or 1885917. OLE color: 1885917.

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

Color convert

RGB 221 198 28 -
CMYK 0 0.10 0.87 0.13
HSL 52.85º 0.78% 0.49% -
HSV(B) 52.85º 0.87% 0.87% -
XYZ 50.22 55.84 9.23 -
YUV 185.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 221 198 28 0 0.10 0.87 0.13 52.85 0.78 0.49
Hex DD C6 1C 0 A 57 D 35 4E 31
Octal 335 306 34 0 12 127 15 65 116 61
Binary 11011101 11000110 11100 0 1010 1010111 1101 110101 1001110 110001

Color Harmonies of #DDC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC61C

Black with #DDC61C

Text Example


Text Example

White with #DDC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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