Html Css Color HEX #D5C353 Confetti

📋 copy color: '#D5C353'

red 213 ◦ green 195 ◦ blue 83

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

Shades of Confetti #D5C353

Tints of Confetti #D5C353

RGB

 RED value IS 213 (83.59% from 255) = 43.38%

 GREEN value IS 195 (76.56% from 255) = 39.71%

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 43.38%
G = 39.71%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5C353 (or 0xD5C353) is known color: Confetti. HEX triplet: D5, C3 and 53. RGB value is (213,195,83). Sum of RGB (Red+Green+Blue) = 213+195+83=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C353 is #2A3CAC. Grayscale: #BCBCBC. Windows color (decimal): -2768045 or 5489621. OLE color: 5489621.

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

Color convert

RGB 213 195 83 -
CMYK 0 0.08 0.61 0.16
HSL 51.69º 0.61% 0.58% -
HSV(B) 51.69º 0.61% 0.84% -
XYZ 48.52 53.8 16.01 -
YUV 187.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 213 195 83 0 0.08 0.61 0.16 51.69 0.61 0.58
Hex D5 C3 53 0 8 3D 10 34 3D 3A
Octal 325 303 123 0 10 75 20 64 75 72
Binary 11010101 11000011 1010011 0 1000 111101 10000 110100 111101 111010

Color Harmonies of #D5C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C353

Black with #D5C353

Text Example


Text Example

White with #D5C353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C353; }

 p { color: rgb(213,195,83); }

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

background-color css

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

 a { background-color: rgb(213,195,83); }

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

border-color css

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

 span { border-color: rgb(213,195,83); }

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