Html Css Color HEX #DDCE14 Sunflower

📋 copy color: '#DDCE14'

red 221 ◦ green 206 ◦ blue 20

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

Shades of Sunflower #DDCE14

Tints of Sunflower #DDCE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 49.44%
G = 46.09%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDCE14 (or 0xDDCE14) is known color: Sunflower. HEX triplet: DD, CE and 14. RGB value is (221,206,20). Sum of RGB (Red+Green+Blue) = 221+206+20=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE14 is #2231EB. Grayscale: #BEBEBE. Windows color (decimal): -2241004 or 1363677. OLE color: 1363677.

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

Color convert

RGB 221 206 20 -
CMYK 0 0.07 0.91 0.13
HSL 55.52º 0.83% 0.47% -
HSV(B) 55.52º 0.91% 0.87% -
XYZ 52.02 59.57 9.42 -
YUV 189.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 221 206 20 0 0.07 0.91 0.13 55.52 0.83 0.47
Hex DD CE 14 0 7 5B D 38 53 2F
Octal 335 316 24 0 7 133 15 70 123 57
Binary 11011101 11001110 10100 0 111 1011011 1101 111000 1010011 101111

Color Harmonies of #DDCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE14

Black with #DDCE14

Text Example


Text Example

White with #DDCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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