Html Css Color HEX #D7C445 Confetti

📋 copy color: '#D7C445'

red 215 ◦ green 196 ◦ blue 69

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

Shades of Confetti #D7C445

Tints of Confetti #D7C445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 44.79%
G = 40.83%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D7C445 (or 0xD7C445) is known color: Confetti. HEX triplet: D7, C4 and 45. RGB value is (215,196,69). Sum of RGB (Red+Green+Blue) = 215+196+69=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C445 is #283BBA. Grayscale: #BBBBBB. Windows color (decimal): -2636731 or 4572375. OLE color: 4572375.

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

Color convert

RGB 215 196 69 -
CMYK 0 0.09 0.68 0.16
HSL 52.19º 0.65% 0.56% -
HSV(B) 52.19º 0.68% 0.84% -
XYZ 48.84 54.36 13.55 -
YUV 187.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 215 196 69 0 0.09 0.68 0.16 52.19 0.65 0.56
Hex D7 C4 45 0 9 44 10 34 41 38
Octal 327 304 105 0 11 104 20 64 101 70
Binary 11010111 11000100 1000101 0 1001 1000100 10000 110100 1000001 111000

Color Harmonies of #D7C445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C445

Black with #D7C445

Text Example


Text Example

White with #D7C445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C445; }

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

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

background-color css

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

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

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

border-color css

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

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

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