Html Css Color HEX #D7CA5A Confetti

📋 copy color: '#D7CA5A'

red 215 ◦ green 202 ◦ blue 90

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

Shades of Confetti #D7CA5A

Tints of Confetti #D7CA5A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.84%

 BLUE value IS 90 (35.55% from 255) = 17.75%

R = 42.41%
G = 39.84%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7CA5A (or 0xD7CA5A) is known color: Confetti. HEX triplet: D7, CA and 5A. RGB value is (215,202,90). Sum of RGB (Red+Green+Blue) = 215+202+90=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA5A is #2835A5. Grayscale: #C1C1C1. Windows color (decimal): -2635174 or 5950167. OLE color: 5950167.

HSL color Cylindrical-coordinate representation of color #D7CA5A: hue angle of 53.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7CA5A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 202 90 -
CMYK 0 0.06 0.58 0.16
HSL 53.76º 0.61% 0.6% -
HSV(B) 53.76º 0.58% 0.84% -
XYZ 50.99 57.43 18.07 -
YUV 193.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 215 202 90 0 0.06 0.58 0.16 53.76 0.61 0.6
Hex D7 CA 5A 0 6 3A 10 36 3D 3C
Octal 327 312 132 0 6 72 20 66 75 74
Binary 11010111 11001010 1011010 0 110 111010 10000 110110 111101 111100

Color Harmonies of #D7CA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CA5A

Black with #D7CA5A

Text Example


Text Example

White with #D7CA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CA5A; }

 p { color: rgb(215,202,90); }

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

background-color css

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

 a { background-color: rgb(215,202,90); }

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

border-color css

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

 span { border-color: rgb(215,202,90); }

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