Html Css Color HEX #DDC81E Sunflower

📋 copy color: '#DDC81E'

red 221 ◦ green 200 ◦ blue 30

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

Shades of Sunflower #DDC81E

Tints of Sunflower #DDC81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 49%
G = 44.35%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC81E (or 0xDDC81E) is known color: Sunflower. HEX triplet: DD, C8 and 1E. RGB value is (221,200,30). Sum of RGB (Red+Green+Blue) = 221+200+30=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC81E is #2237E1. Grayscale: #BBBBBB. Windows color (decimal): -2242530 or 2017501. OLE color: 2017501.

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

Color convert

RGB 221 200 30 -
CMYK 0 0.10 0.86 0.13
HSL 53.4º 0.76% 0.49% -
HSV(B) 53.4º 0.86% 0.87% -
XYZ 50.71 56.77 9.51 -
YUV 186.9 39.46 152.32 -
System Red Green Blue C M Y K H S L
Decimal 221 200 30 0 0.10 0.86 0.13 53.4 0.76 0.49
Hex DD C8 1E 0 A 56 D 35 4C 31
Octal 335 310 36 0 12 126 15 65 114 61
Binary 11011101 11001000 11110 0 1010 1010110 1101 110101 1001100 110001

Color Harmonies of #DDC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC81E

Black with #DDC81E

Text Example


Text Example

White with #DDC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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