Html Css Color HEX #D7C14C Confetti

📋 copy color: '#D7C14C'

red 215 ◦ green 193 ◦ blue 76

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

Shades of Confetti #D7C14C

Tints of Confetti #D7C14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.88%

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 44.42%
G = 39.88%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7C14C (or 0xD7C14C) is known color: Confetti. HEX triplet: D7, C1 and 4C. RGB value is (215,193,76). Sum of RGB (Red+Green+Blue) = 215+193+76=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C14C is #283EB3. Grayscale: #BABABA. Windows color (decimal): -2637492 or 5030359. OLE color: 5030359.

HSL color Cylindrical-coordinate representation of color #D7C14C: hue angle of 50.5º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7C14C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 193 76 -
CMYK 0 0.10 0.65 0.16
HSL 50.5º 0.63% 0.57% -
HSV(B) 50.5º 0.65% 0.84% -
XYZ 48.4 53.11 14.54 -
YUV 186.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 215 193 76 0 0.10 0.65 0.16 50.5 0.63 0.57
Hex D7 C1 4C 0 A 41 10 33 3F 39
Octal 327 301 114 0 12 101 20 63 77 71
Binary 11010111 11000001 1001100 0 1010 1000001 10000 110011 111111 111001

Color Harmonies of #D7C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C14C

Black with #D7C14C

Text Example


Text Example

White with #D7C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C14C; }

 p { color: rgb(215,193,76); }

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

background-color css

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

 a { background-color: rgb(215,193,76); }

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

border-color css

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

 span { border-color: rgb(215,193,76); }

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