Html Css Color HEX #D7D045 Confetti

📋 copy color: '#D7D045'

red 215 ◦ green 208 ◦ blue 69

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

Shades of Confetti #D7D045

Tints of Confetti #D7D045

RGB

 RED value IS 215 (84.38% from 255) = 43.7%

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

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

R = 43.7%
G = 42.28%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D7D045 (or 0xD7D045) is known color: Confetti. HEX triplet: D7, D0 and 45. RGB value is (215,208,69). Sum of RGB (Red+Green+Blue) = 215+208+69=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D045 is #282FBA. Grayscale: #C2C2C2. Windows color (decimal): -2633659 or 4575447. OLE color: 4575447.

HSL color Cylindrical-coordinate representation of color #D7D045: hue angle of 57.12º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7D045 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 69 -
CMYK 0 0.03 0.68 0.16
HSL 57.12º 0.65% 0.56% -
HSV(B) 57.12º 0.68% 0.84% -
XYZ 51.65 59.99 14.49 -
YUV 194.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 215 208 69 0 0.03 0.68 0.16 57.12 0.65 0.56
Hex D7 D0 45 0 3 44 10 39 41 38
Octal 327 320 105 0 3 104 20 71 101 70
Binary 11010111 11010000 1000101 0 11 1000100 10000 111001 1000001 111000

Color Harmonies of #D7D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D045

Black with #D7D045

Text Example


Text Example

White with #D7D045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D045; }

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

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

background-color css

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

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

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

border-color css

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

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

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