Html Css Color HEX #DDCA40 Confetti

📋 copy color: '#DDCA40'

red 221 ◦ green 202 ◦ blue 64

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

Shades of Confetti #DDCA40

Tints of Confetti #DDCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.48%

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

R = 45.38%
G = 41.48%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDCA40 (or 0xDDCA40) is known color: Confetti. HEX triplet: DD, CA and 40. RGB value is (221,202,64). Sum of RGB (Red+Green+Blue) = 221+202+64=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA40 is #2235BF. Grayscale: #C0C0C0. Windows color (decimal): -2241984 or 4246237. OLE color: 4246237.

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

Color convert

RGB 221 202 64 -
CMYK 0 0.09 0.71 0.13
HSL 52.74º 0.7% 0.56% -
HSV(B) 52.74º 0.71% 0.87% -
XYZ 51.86 57.98 13.31 -
YUV 191.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 221 202 64 0 0.09 0.71 0.13 52.74 0.7 0.56
Hex DD CA 40 0 9 47 D 35 46 38
Octal 335 312 100 0 11 107 15 65 106 70
Binary 11011101 11001010 1000000 0 1001 1000111 1101 110101 1000110 111000

Color Harmonies of #DDCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA40

Black with #DDCA40

Text Example


Text Example

White with #DDCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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