Html Css Color HEX #D9CD45 Confetti

📋 copy color: '#D9CD45'

red 217 ◦ green 205 ◦ blue 69

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

Shades of Confetti #D9CD45

Tints of Confetti #D9CD45

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

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

R = 44.2%
G = 41.75%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D9CD45 (or 0xD9CD45) is known color: Confetti. HEX triplet: D9, CD and 45. RGB value is (217,205,69). Sum of RGB (Red+Green+Blue) = 217+205+69=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CD45 is #2632BA. Grayscale: #C1C1C1. Windows color (decimal): -2503355 or 4574681. OLE color: 4574681.

HSL color Cylindrical-coordinate representation of color #D9CD45: hue angle of 55.14º 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 #D9CD45 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 69 -
CMYK 0 0.06 0.68 0.15
HSL 55.14º 0.66% 0.56% -
HSV(B) 55.14º 0.68% 0.85% -
XYZ 51.52 58.84 14.27 -
YUV 193.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 217 205 69 0 0.06 0.68 0.15 55.14 0.66 0.56
Hex D9 CD 45 0 6 44 F 37 42 38
Octal 331 315 105 0 6 104 17 67 102 70
Binary 11011001 11001101 1000101 0 110 1000100 1111 110111 1000010 111000

Color Harmonies of #D9CD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD45

Black with #D9CD45

Text Example


Text Example

White with #D9CD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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