Html Css Color HEX #D7C945 Confetti

📋 copy color: '#D7C945'

red 215 ◦ green 201 ◦ blue 69

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

Shades of Confetti #D7C945

Tints of Confetti #D7C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 44.33%
G = 41.44%
B = 14.23%

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

#D7C945 (or 0xD7C945) is known color: Confetti. HEX triplet: D7, C9 and 45. RGB value is (215,201,69). Sum of RGB (Red+Green+Blue) = 215+201+69=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C945 is #2836BA. Grayscale: #BEBEBE. Windows color (decimal): -2635451 or 4573655. OLE color: 4573655.

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

Color convert

RGB 215 201 69 -
CMYK 0 0.07 0.68 0.16
HSL 54.25º 0.65% 0.56% -
HSV(B) 54.25º 0.68% 0.84% -
XYZ 49.99 56.65 13.93 -
YUV 190.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 215 201 69 0 0.07 0.68 0.16 54.25 0.65 0.56
Hex D7 C9 45 0 7 44 10 36 41 38
Octal 327 311 105 0 7 104 20 66 101 70
Binary 11010111 11001001 1000101 0 111 1000100 10000 110110 1000001 111000

Color Harmonies of #D7C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C945

Black with #D7C945

Text Example


Text Example

White with #D7C945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C945; }

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

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

background-color css

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

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

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

border-color css

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

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

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