Html Css Color HEX #DDC95A Confetti

📋 copy color: '#DDC95A'

red 221 ◦ green 201 ◦ blue 90

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

Shades of Confetti #DDC95A

Tints of Confetti #DDC95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 90 (35.55% from 255) = 17.58%

R = 43.16%
G = 39.26%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDC95A (or 0xDDC95A) is known color: Confetti. HEX triplet: DD, C9 and 5A. RGB value is (221,201,90). Sum of RGB (Red+Green+Blue) = 221+201+90=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95A is #2236A5. Grayscale: #C2C2C2. Windows color (decimal): -2242214 or 5949917. OLE color: 5949917.

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

Color convert

RGB 221 201 90 -
CMYK 0 0.09 0.59 0.13
HSL 50.84º 0.66% 0.61% -
HSV(B) 50.84º 0.59% 0.87% -
XYZ 52.55 57.88 18.08 -
YUV 194.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 221 201 90 0 0.09 0.59 0.13 50.84 0.66 0.61
Hex DD C9 5A 0 9 3B D 33 42 3D
Octal 335 311 132 0 11 73 15 63 102 75
Binary 11011101 11001001 1011010 0 1001 111011 1101 110011 1000010 111101

Color Harmonies of #DDC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC95A

Black with #DDC95A

Text Example


Text Example

White with #DDC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC95A; }

 p { color: rgb(221,201,90); }

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

background-color css

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

 a { background-color: rgb(221,201,90); }

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

border-color css

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

 span { border-color: rgb(221,201,90); }

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