Html Css Color HEX #DDC60F Sunflower

📋 copy color: '#DDC60F'

red 221 ◦ green 198 ◦ blue 15

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

Shades of Sunflower #DDC60F

Tints of Sunflower #DDC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 50.92%
G = 45.62%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDC60F (or 0xDDC60F) is known color: Sunflower. HEX triplet: DD, C6 and 0F. RGB value is (221,198,15). Sum of RGB (Red+Green+Blue) = 221+198+15=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC60F is #2239F0. Grayscale: #B8B8B8. Windows color (decimal): -2243057 or 1033949. OLE color: 1033949.

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

Color convert

RGB 221 198 15 -
CMYK 0 0.10 0.93 0.13
HSL 53.3º 0.87% 0.46% -
HSV(B) 53.3º 0.93% 0.87% -
XYZ 50.1 55.79 8.58 -
YUV 184.02 32.62 154.38 -
System Red Green Blue C M Y K H S L
Decimal 221 198 15 0 0.10 0.93 0.13 53.3 0.87 0.46
Hex DD C6 F 0 A 5D D 35 57 2E
Octal 335 306 17 0 12 135 15 65 127 56
Binary 11011101 11000110 1111 0 1010 1011101 1101 110101 1010111 101110

Color Harmonies of #DDC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC60F

Black with #DDC60F

Text Example


Text Example

White with #DDC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC60F; }

 p { color: rgb(221,198,15); }

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

background-color css

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

 a { background-color: rgb(221,198,15); }

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

border-color css

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

 span { border-color: rgb(221,198,15); }

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