Html Css Color HEX #DDC81C Sunflower

📋 copy color: '#DDC81C'

red 221 ◦ green 200 ◦ blue 28

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

Shades of Sunflower #DDC81C

Tints of Sunflower #DDC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

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

R = 49.22%
G = 44.54%
B = 6.24%

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

#DDC81C (or 0xDDC81C) is known color: Sunflower. HEX triplet: DD, C8 and 1C. RGB value is (221,200,28). Sum of RGB (Red+Green+Blue) = 221+200+28=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC81C is #2237E3. Grayscale: #BBBBBB. Windows color (decimal): -2242532 or 1886429. OLE color: 1886429.

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

Color convert

RGB 221 200 28 -
CMYK 0 0.10 0.87 0.13
HSL 53.47º 0.78% 0.49% -
HSV(B) 53.47º 0.87% 0.87% -
XYZ 50.68 56.76 9.38 -
YUV 186.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 221 200 28 0 0.10 0.87 0.13 53.47 0.78 0.49
Hex DD C8 1C 0 A 57 D 35 4E 31
Octal 335 310 34 0 12 127 15 65 116 61
Binary 11011101 11001000 11100 0 1010 1010111 1101 110101 1001110 110001

Color Harmonies of #DDC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC81C

Black with #DDC81C

Text Example


Text Example

White with #DDC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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