Html Css Color HEX #D9D045 Confetti

📋 copy color: '#D9D045'

red 217 ◦ green 208 ◦ blue 69

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

Shades of Confetti #D9D045

Tints of Confetti #D9D045

RGB

 RED value IS 217 (85.16% from 255) = 43.93%

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 69 (27.34% from 255) = 13.97%

R = 43.93%
G = 42.11%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D9D045 (or 0xD9D045) is known color: Confetti. HEX triplet: D9, D0 and 45. RGB value is (217,208,69). Sum of RGB (Red+Green+Blue) = 217+208+69=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D045 is #262FBA. Grayscale: #C3C3C3. Windows color (decimal): -2502587 or 4575449. OLE color: 4575449.

HSL color Cylindrical-coordinate representation of color #D9D045: hue angle of 56.35º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9D045 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 69 -
CMYK 0 0.04 0.68 0.15
HSL 56.35º 0.66% 0.56% -
HSV(B) 56.35º 0.68% 0.85% -
XYZ 52.25 60.29 14.51 -
YUV 194.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 217 208 69 0 0.04 0.68 0.15 56.35 0.66 0.56
Hex D9 D0 45 0 4 44 F 38 42 38
Octal 331 320 105 0 4 104 17 70 102 70
Binary 11011001 11010000 1000101 0 100 1000100 1111 111000 1000010 111000

Color Harmonies of #D9D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D045

Black with #D9D045

Text Example


Text Example

White with #D9D045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D045; }

 p { color: rgb(217,208,69); }

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

background-color css

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

 a { background-color: rgb(217,208,69); }

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

border-color css

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

 span { border-color: rgb(217,208,69); }

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