Html Css Color HEX #D5C346 Confetti

📋 copy color: '#D5C346'

red 213 ◦ green 195 ◦ blue 70

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

Shades of Confetti #D5C346

Tints of Confetti #D5C346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.64%

R = 44.56%
G = 40.79%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D5C346 (or 0xD5C346) is known color: Confetti. HEX triplet: D5, C3 and 46. RGB value is (213,195,70). Sum of RGB (Red+Green+Blue) = 213+195+70=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C346 is #2A3CB9. Grayscale: #BABABA. Windows color (decimal): -2768058 or 4637653. OLE color: 4637653.

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

Color convert

RGB 213 195 70 -
CMYK 0 0.08 0.67 0.16
HSL 52.45º 0.63% 0.55% -
HSV(B) 52.45º 0.67% 0.84% -
XYZ 48.06 53.62 13.61 -
YUV 186.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 213 195 70 0 0.08 0.67 0.16 52.45 0.63 0.55
Hex D5 C3 46 0 8 43 10 34 3F 37
Octal 325 303 106 0 10 103 20 64 77 67
Binary 11010101 11000011 1000110 0 1000 1000011 10000 110100 111111 110111

Color Harmonies of #D5C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C346

Black with #D5C346

Text Example


Text Example

White with #D5C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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