Html Css Color HEX #DDC80C Sunflower

📋 copy color: '#DDC80C'

red 221 ◦ green 200 ◦ blue 12

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

Shades of Sunflower #DDC80C

Tints of Sunflower #DDC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 51.04%
G = 46.19%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC80C (or 0xDDC80C) is known color: Sunflower. HEX triplet: DD, C8 and 0C. RGB value is (221,200,12). Sum of RGB (Red+Green+Blue) = 221+200+12=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC80C is #2237F3. Grayscale: #B9B9B9. Windows color (decimal): -2242548 or 837853. OLE color: 837853.

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

Color convert

RGB 221 200 12 -
CMYK 0 0.10 0.95 0.13
HSL 53.97º 0.9% 0.46% -
HSV(B) 53.97º 0.95% 0.87% -
XYZ 50.54 56.71 8.63 -
YUV 184.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 221 200 12 0 0.10 0.95 0.13 53.97 0.9 0.46
Hex DD C8 C 0 A 5F D 36 5A 2E
Octal 335 310 14 0 12 137 15 66 132 56
Binary 11011101 11001000 1100 0 1010 1011111 1101 110110 1011010 101110

Color Harmonies of #DDC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC80C

Black with #DDC80C

Text Example


Text Example

White with #DDC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC80C; }

 p { color: rgb(221,200,12); }

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

background-color css

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

 a { background-color: rgb(221,200,12); }

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

border-color css

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

 span { border-color: rgb(221,200,12); }

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