Html Css Color HEX #D7C048 Confetti

📋 copy color: '#D7C048'

red 215 ◦ green 192 ◦ blue 72

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

Shades of Confetti #D7C048

Tints of Confetti #D7C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

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

R = 44.89%
G = 40.08%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D7C048 (or 0xD7C048) is known color: Confetti. HEX triplet: D7, C0 and 48. RGB value is (215,192,72). Sum of RGB (Red+Green+Blue) = 215+192+72=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C048 is #283FB7. Grayscale: #B9B9B9. Windows color (decimal): -2637752 or 4767959. OLE color: 4767959.

HSL color Cylindrical-coordinate representation of color #D7C048: hue angle of 50.35º 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 #D7C048 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 72 -
CMYK 0 0.11 0.67 0.16
HSL 50.35º 0.64% 0.56% -
HSV(B) 50.35º 0.67% 0.84% -
XYZ 48.04 52.61 13.75 -
YUV 185.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 215 192 72 0 0.11 0.67 0.16 50.35 0.64 0.56
Hex D7 C0 48 0 B 43 10 32 40 38
Octal 327 300 110 0 13 103 20 62 100 70
Binary 11010111 11000000 1001000 0 1011 1000011 10000 110010 1000000 111000

Color Harmonies of #D7C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C048

Black with #D7C048

Text Example


Text Example

White with #D7C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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