Html Css Color HEX #DDC317 Sunflower

📋 copy color: '#DDC317'

red 221 ◦ green 195 ◦ blue 23

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

Shades of Sunflower #DDC317

Tints of Sunflower #DDC317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 23 (9.38% from 255) = 5.24%

R = 50.34%
G = 44.42%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC317 (or 0xDDC317) is known color: Sunflower. HEX triplet: DD, C3 and 17. RGB value is (221,195,23). Sum of RGB (Red+Green+Blue) = 221+195+23=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC317 is #223CE8. Grayscale: #B7B7B7. Windows color (decimal): -2243817 or 1557469. OLE color: 1557469.

HSL color Cylindrical-coordinate representation of color #DDC317: hue angle of 52.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC317 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 23 -
CMYK 0 0.12 0.90 0.13
HSL 52.12º 0.81% 0.48% -
HSV(B) 52.12º 0.9% 0.87% -
XYZ 49.49 54.46 8.71 -
YUV 183.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 221 195 23 0 0.12 0.90 0.13 52.12 0.81 0.48
Hex DD C3 17 0 C 5A D 34 51 30
Octal 335 303 27 0 14 132 15 64 121 60
Binary 11011101 11000011 10111 0 1100 1011010 1101 110100 1010001 110000

Color Harmonies of #DDC317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC317

Black with #DDC317

Text Example


Text Example

White with #DDC317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC317; }

 p { color: rgb(221,195,23); }

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

background-color css

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

 a { background-color: rgb(221,195,23); }

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

border-color css

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

 span { border-color: rgb(221,195,23); }

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