Html Css Color HEX #DDD10C Sunflower

📋 copy color: '#DDD10C'

red 221 ◦ green 209 ◦ blue 12

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

Shades of Sunflower #DDD10C

Tints of Sunflower #DDD10C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.29%

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

R = 50%
G = 47.29%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD10C (or 0xDDD10C) is known color: Sunflower. HEX triplet: DD, D1 and 0C. RGB value is (221,209,12). Sum of RGB (Red+Green+Blue) = 221+209+12=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD10C is #222EF3. Grayscale: #BEBEBE. Windows color (decimal): -2240244 or 840157. OLE color: 840157.

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

Color convert

RGB 221 209 12 -
CMYK 0 0.05 0.95 0.13
HSL 56.56º 0.9% 0.46% -
HSV(B) 56.56º 0.95% 0.87% -
XYZ 52.69 61 9.35 -
YUV 190.13 27.48 150.02 -
System Red Green Blue C M Y K H S L
Decimal 221 209 12 0 0.05 0.95 0.13 56.56 0.9 0.46
Hex DD D1 C 0 5 5F D 39 5A 2E
Octal 335 321 14 0 5 137 15 71 132 56
Binary 11011101 11010001 1100 0 101 1011111 1101 111001 1011010 101110

Color Harmonies of #DDD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD10C

Black with #DDD10C

Text Example


Text Example

White with #DDD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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