Html Css Color HEX #DDC140 Confetti

📋 copy color: '#DDC140'

red 221 ◦ green 193 ◦ blue 64

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

Shades of Confetti #DDC140

Tints of Confetti #DDC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

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

R = 46.23%
G = 40.38%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC140 (or 0xDDC140) is known color: Confetti. HEX triplet: DD, C1 and 40. RGB value is (221,193,64). Sum of RGB (Red+Green+Blue) = 221+193+64=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC140 is #223EBF. Grayscale: #BBBBBB. Windows color (decimal): -2244288 or 4243933. OLE color: 4243933.

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

Color convert

RGB 221 193 64 -
CMYK 0 0.13 0.71 0.13
HSL 49.3º 0.7% 0.56% -
HSV(B) 49.3º 0.71% 0.87% -
XYZ 49.81 53.88 12.63 -
YUV 186.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 221 193 64 0 0.13 0.71 0.13 49.3 0.7 0.56
Hex DD C1 40 0 D 47 D 31 46 38
Octal 335 301 100 0 15 107 15 61 106 70
Binary 11011101 11000001 1000000 0 1101 1000111 1101 110001 1000110 111000

Color Harmonies of #DDC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC140

Black with #DDC140

Text Example


Text Example

White with #DDC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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