Html Css Color HEX #DDC914 Sunflower

📋 copy color: '#DDC914'

red 221 ◦ green 201 ◦ blue 20

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

Shades of Sunflower #DDC914

Tints of Sunflower #DDC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 50%
G = 45.48%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC914 (or 0xDDC914) is known color: Sunflower. HEX triplet: DD, C9 and 14. RGB value is (221,201,20). Sum of RGB (Red+Green+Blue) = 221+201+20=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC914 is #2236EB. Grayscale: #BBBBBB. Windows color (decimal): -2242284 or 1362397. OLE color: 1362397.

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

Color convert

RGB 221 201 20 -
CMYK 0 0.09 0.91 0.13
HSL 54.03º 0.83% 0.47% -
HSV(B) 54.03º 0.91% 0.87% -
XYZ 50.83 57.2 9.02 -
YUV 186.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 221 201 20 0 0.09 0.91 0.13 54.03 0.83 0.47
Hex DD C9 14 0 9 5B D 36 53 2F
Octal 335 311 24 0 11 133 15 66 123 57
Binary 11011101 11001001 10100 0 1001 1011011 1101 110110 1010011 101111

Color Harmonies of #DDC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC914

Black with #DDC914

Text Example


Text Example

White with #DDC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC914; }

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

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

background-color css

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

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

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

border-color css

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

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

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