Html Css Color HEX #DDC73E Confetti

📋 copy color: '#DDC73E'

red 221 ◦ green 199 ◦ blue 62

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

Shades of Confetti #DDC73E

Tints of Confetti #DDC73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.86%

R = 45.85%
G = 41.29%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC73E (or 0xDDC73E) is known color: Confetti. HEX triplet: DD, C7 and 3E. RGB value is (221,199,62). Sum of RGB (Red+Green+Blue) = 221+199+62=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC73E is #2238C1. Grayscale: #BEBEBE. Windows color (decimal): -2242754 or 4114397. OLE color: 4114397.

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

Color convert

RGB 221 199 62 -
CMYK 0 0.10 0.72 0.13
HSL 51.7º 0.7% 0.55% -
HSV(B) 51.7º 0.72% 0.87% -
XYZ 51.11 56.57 12.78 -
YUV 189.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 221 199 62 0 0.10 0.72 0.13 51.7 0.7 0.55
Hex DD C7 3E 0 A 48 D 34 46 37
Octal 335 307 76 0 12 110 15 64 106 67
Binary 11011101 11000111 111110 0 1010 1001000 1101 110100 1000110 110111

Color Harmonies of #DDC73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC73E

Black with #DDC73E

Text Example


Text Example

White with #DDC73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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