Html Css Color HEX #D7C845 Confetti

📋 copy color: '#D7C845'

red 215 ◦ green 200 ◦ blue 69

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

Shades of Confetti #D7C845

Tints of Confetti #D7C845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 44.42%
G = 41.32%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D7C845 (or 0xD7C845) is known color: Confetti. HEX triplet: D7, C8 and 45. RGB value is (215,200,69). Sum of RGB (Red+Green+Blue) = 215+200+69=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C845 is #2837BA. Grayscale: #BEBEBE. Windows color (decimal): -2635707 or 4573399. OLE color: 4573399.

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

Color convert

RGB 215 200 69 -
CMYK 0 0.07 0.68 0.16
HSL 53.84º 0.65% 0.56% -
HSV(B) 53.84º 0.68% 0.84% -
XYZ 49.75 56.19 13.85 -
YUV 189.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 215 200 69 0 0.07 0.68 0.16 53.84 0.65 0.56
Hex D7 C8 45 0 7 44 10 36 41 38
Octal 327 310 105 0 7 104 20 66 101 70
Binary 11010111 11001000 1000101 0 111 1000100 10000 110110 1000001 111000

Color Harmonies of #D7C845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C845

Black with #D7C845

Text Example


Text Example

White with #D7C845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C845; }

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

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

background-color css

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

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

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

border-color css

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

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

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