Html Css Color HEX #DDC34E Confetti

📋 copy color: '#DDC34E'

red 221 ◦ green 195 ◦ blue 78

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

Shades of Confetti #DDC34E

Tints of Confetti #DDC34E

RGB

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

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

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

R = 44.74%
G = 39.47%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC34E (or 0xDDC34E) is known color: Confetti. HEX triplet: DD, C3 and 4E. RGB value is (221,195,78). Sum of RGB (Red+Green+Blue) = 221+195+78=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC34E is #223CB1. Grayscale: #BDBDBD. Windows color (decimal): -2243762 or 5161949. OLE color: 5161949.

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

Color convert

RGB 221 195 78 -
CMYK 0 0.12 0.65 0.13
HSL 49.09º 0.68% 0.59% -
HSV(B) 49.09º 0.65% 0.87% -
XYZ 50.71 54.95 15.14 -
YUV 189.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 221 195 78 0 0.12 0.65 0.13 49.09 0.68 0.59
Hex DD C3 4E 0 C 41 D 31 44 3B
Octal 335 303 116 0 14 101 15 61 104 73
Binary 11011101 11000011 1001110 0 1100 1000001 1101 110001 1000100 111011

Color Harmonies of #DDC34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC34E

Black with #DDC34E

Text Example


Text Example

White with #DDC34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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