Html Css Color HEX #DDC93F Confetti

📋 copy color: '#DDC93F'

red 221 ◦ green 201 ◦ blue 63

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

Shades of Confetti #DDC93F

Tints of Confetti #DDC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

 BLUE value IS 63 (25% from 255) = 12.99%

R = 45.57%
G = 41.44%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC93F (or 0xDDC93F) is known color: Confetti. HEX triplet: DD, C9 and 3F. RGB value is (221,201,63). Sum of RGB (Red+Green+Blue) = 221+201+63=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC93F is #2236C0. Grayscale: #BFBFBF. Windows color (decimal): -2242241 or 4180445. OLE color: 4180445.

HSL color Cylindrical-coordinate representation of color #DDC93F: hue angle of 52.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDC93F is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 63 -
CMYK 0 0.09 0.71 0.13
HSL 52.41º 0.7% 0.56% -
HSV(B) 52.41º 0.71% 0.87% -
XYZ 51.6 57.5 13.08 -
YUV 191.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 221 201 63 0 0.09 0.71 0.13 52.41 0.7 0.56
Hex DD C9 3F 0 9 47 D 34 46 38
Octal 335 311 77 0 11 107 15 64 106 70
Binary 11011101 11001001 111111 0 1001 1000111 1101 110100 1000110 111000

Color Harmonies of #DDC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC93F

Black with #DDC93F

Text Example


Text Example

White with #DDC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC93F; }

 p { color: rgb(221,201,63); }

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

background-color css

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

 a { background-color: rgb(221,201,63); }

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

border-color css

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

 span { border-color: rgb(221,201,63); }

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