Html Css Color HEX #DDC114 Sunflower

📋 copy color: '#DDC114'

red 221 ◦ green 193 ◦ blue 20

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

Shades of Sunflower #DDC114

Tints of Sunflower #DDC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 50.92%
G = 44.47%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC114 (or 0xDDC114) is known color: Sunflower. HEX triplet: DD, C1 and 14. RGB value is (221,193,20). Sum of RGB (Red+Green+Blue) = 221+193+20=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC114 is #223EEB. Grayscale: #B6B6B6. Windows color (decimal): -2244332 or 1360349. OLE color: 1360349.

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

Color convert

RGB 221 193 20 -
CMYK 0 0.13 0.91 0.13
HSL 51.64º 0.83% 0.47% -
HSV(B) 51.64º 0.91% 0.87% -
XYZ 49.02 53.56 8.42 -
YUV 181.65 36.78 156.07 -
System Red Green Blue C M Y K H S L
Decimal 221 193 20 0 0.13 0.91 0.13 51.64 0.83 0.47
Hex DD C1 14 0 D 5B D 34 53 2F
Octal 335 301 24 0 15 133 15 64 123 57
Binary 11011101 11000001 10100 0 1101 1011011 1101 110100 1010011 101111

Color Harmonies of #DDC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC114

Black with #DDC114

Text Example


Text Example

White with #DDC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC114; }

 p { color: rgb(221,193,20); }

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

background-color css

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

 a { background-color: rgb(221,193,20); }

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

border-color css

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

 span { border-color: rgb(221,193,20); }

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