Html Css Color HEX #DDC740 Confetti

📋 copy color: '#DDC740'

red 221 ◦ green 199 ◦ blue 64

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

Shades of Confetti #DDC740

Tints of Confetti #DDC740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 45.66%
G = 41.12%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC740 (or 0xDDC740) is known color: Confetti. HEX triplet: DD, C7 and 40. RGB value is (221,199,64). Sum of RGB (Red+Green+Blue) = 221+199+64=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC740 is #2238BF. Grayscale: #BEBEBE. Windows color (decimal): -2242752 or 4245469. OLE color: 4245469.

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

Color convert

RGB 221 199 64 -
CMYK 0 0.10 0.71 0.13
HSL 51.59º 0.7% 0.56% -
HSV(B) 51.59º 0.71% 0.87% -
XYZ 51.17 56.59 13.08 -
YUV 190.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 221 199 64 0 0.10 0.71 0.13 51.59 0.7 0.56
Hex DD C7 40 0 A 47 D 34 46 38
Octal 335 307 100 0 12 107 15 64 106 70
Binary 11011101 11000111 1000000 0 1010 1000111 1101 110100 1000110 111000

Color Harmonies of #DDC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC740

Black with #DDC740

Text Example


Text Example

White with #DDC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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