Html Css Color HEX #DDCA47 Confetti

📋 copy color: '#DDCA47'

red 221 ◦ green 202 ◦ blue 71

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

Shades of Confetti #DDCA47

Tints of Confetti #DDCA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.37%

R = 44.74%
G = 40.89%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDCA47 (or 0xDDCA47) is known color: Confetti. HEX triplet: DD, CA and 47. RGB value is (221,202,71). Sum of RGB (Red+Green+Blue) = 221+202+71=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 71 (28.12% from 255 or 14.37% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA47 is #2235B8. Grayscale: #C1C1C1. Windows color (decimal): -2241977 or 4704989. OLE color: 4704989.

HSL color Cylindrical-coordinate representation of color #DDCA47: hue angle of 52.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDCA47 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 71 -
CMYK 0 0.09 0.68 0.13
HSL 52.4º 0.69% 0.57% -
HSV(B) 52.4º 0.68% 0.87% -
XYZ 52.08 58.07 14.42 -
YUV 192.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 221 202 71 0 0.09 0.68 0.13 52.4 0.69 0.57
Hex DD CA 47 0 9 44 D 34 45 39
Octal 335 312 107 0 11 104 15 64 105 71
Binary 11011101 11001010 1000111 0 1001 1000100 1101 110100 1000101 111001

Color Harmonies of #DDCA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA47

Black with #DDCA47

Text Example


Text Example

White with #DDCA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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