Html Css Color HEX #DDCC14 Sunflower

📋 copy color: '#DDCC14'

red 221 ◦ green 204 ◦ blue 20

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

Shades of Sunflower #DDCC14

Tints of Sunflower #DDCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

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

R = 49.66%
G = 45.84%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDCC14 (or 0xDDCC14) is known color: Sunflower. HEX triplet: DD, CC and 14. RGB value is (221,204,20). Sum of RGB (Red+Green+Blue) = 221+204+20=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC14 is #2233EB. Grayscale: #BCBCBC. Windows color (decimal): -2241516 or 1363165. OLE color: 1363165.

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

Color convert

RGB 221 204 20 -
CMYK 0 0.08 0.91 0.13
HSL 54.93º 0.83% 0.47% -
HSV(B) 54.93º 0.91% 0.87% -
XYZ 51.54 58.61 9.26 -
YUV 188.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 221 204 20 0 0.08 0.91 0.13 54.93 0.83 0.47
Hex DD CC 14 0 8 5B D 37 53 2F
Octal 335 314 24 0 10 133 15 67 123 57
Binary 11011101 11001100 10100 0 1000 1011011 1101 110111 1010011 101111

Color Harmonies of #DDCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC14

Black with #DDCC14

Text Example


Text Example

White with #DDCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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