Html Css Color HEX #DDC74E Confetti

📋 copy color: '#DDC74E'

red 221 ◦ green 199 ◦ blue 78

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

Shades of Confetti #DDC74E

Tints of Confetti #DDC74E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.96%

 BLUE value IS 78 (30.86% from 255) = 15.66%

R = 44.38%
G = 39.96%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC74E (or 0xDDC74E) is known color: Confetti. HEX triplet: DD, C7 and 4E. RGB value is (221,199,78). Sum of RGB (Red+Green+Blue) = 221+199+78=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC74E is #2238B1. Grayscale: #C0C0C0. Windows color (decimal): -2242738 or 5162973. OLE color: 5162973.

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

Color convert

RGB 221 199 78 -
CMYK 0 0.10 0.65 0.13
HSL 50.77º 0.68% 0.59% -
HSV(B) 50.77º 0.65% 0.87% -
XYZ 51.62 56.77 15.44 -
YUV 191.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 221 199 78 0 0.10 0.65 0.13 50.77 0.68 0.59
Hex DD C7 4E 0 A 41 D 33 44 3B
Octal 335 307 116 0 12 101 15 63 104 73
Binary 11011101 11000111 1001110 0 1010 1000001 1101 110011 1000100 111011

Color Harmonies of #DDC74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC74E

Black with #DDC74E

Text Example


Text Example

White with #DDC74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC74E; }

 p { color: rgb(221,199,78); }

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

background-color css

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

 a { background-color: rgb(221,199,78); }

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

border-color css

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

 span { border-color: rgb(221,199,78); }

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