Html Css Color HEX #D7D048 Confetti

📋 copy color: '#D7D048'

red 215 ◦ green 208 ◦ blue 72

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

Shades of Confetti #D7D048

Tints of Confetti #D7D048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.55%

R = 43.43%
G = 42.02%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D7D048 (or 0xD7D048) is known color: Confetti. HEX triplet: D7, D0 and 48. RGB value is (215,208,72). Sum of RGB (Red+Green+Blue) = 215+208+72=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D048 is #282FB7. Grayscale: #C3C3C3. Windows color (decimal): -2633656 or 4772055. OLE color: 4772055.

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

Color convert

RGB 215 208 72 -
CMYK 0 0.03 0.67 0.16
HSL 57.06º 0.64% 0.56% -
HSV(B) 57.06º 0.67% 0.84% -
XYZ 51.75 60.03 14.99 -
YUV 194.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 215 208 72 0 0.03 0.67 0.16 57.06 0.64 0.56
Hex D7 D0 48 0 3 43 10 39 40 38
Octal 327 320 110 0 3 103 20 71 100 70
Binary 11010111 11010000 1001000 0 11 1000011 10000 111001 1000000 111000

Color Harmonies of #D7D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D048

Black with #D7D048

Text Example


Text Example

White with #D7D048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D048; }

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

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

background-color css

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

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

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

border-color css

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

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

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